- A lot of editors come with some sort of indent line
* For indent based languages like python can be useful
* Vim plugin indent line
* An indentation happens every 2 characters
* Based of tab settings
* Don't understand
* I'll leave a link down below
- Enable expandtab for easier use
* Converts tab key into spaces
* Dev decided to not support tab characters
- Enable and disable indent line
- Enable and disable leading space
* Nothing too exciting
* Mention for completeness
- Character anything supported in utf-8
- File Type
- set filetype?
- set buftype?
- echo @%
- Supports globbing
- Concealcursor, conseallevel help
- It's rare to not have any issues
* It does everything it claims to do