vim-indentguides icon indicating copy to clipboard operation
vim-indentguides copied to clipboard

๐Ÿ“ Simple indentation guides for your buffers

Results 14 vim-indentguides issues
Sort by recently updated
recently updated
newest added

I recently started using this plugin (and love it), but I noticed that for some reason when I have this plugin enabled it breaks the syntax highlighting in yaml files....

Hi! Thanks for the script! I was wanting to put 2 columns space, so I worked around putting: let g:indentguides_guidewidth = 2 after line 34: let g:indentguides_guidewidth = &l:shiftwidth So,...

I think this line should be added: `execute "highlight NonText " . g:indentguides_specialkey_color` As sometimes, trail characters are in NonText and not SpecialKey

If you open a file multiple times at once like this: `vim -p file file file file` `vim -o file file file file` `vim -O file file file file` ToggleIndentGuides()...

So for some reason, the color of `|` is green. This is a color from my color scheme but I am not sure that is overriding the grey color that...

Please add to README.md info about option: `let g:indentguides_toggleListMode = 0` It will give a simple way to unset list mode ('$' char at the end of every lines). Because...

This is my config: ```vim let g:indentguides_spacechar = 'โ”†' let g:indentguides_tabchar = '|' let g:indentguides_ignorelist = ['text','vim','md'] ``` but when I open some of ignored files, all tabs are replaced...

The plugin sets `concealcursor` to `inc` to make the indents also visible in the insertmode. This however can make other plugins like vimwiki unusable or at least change their behavior....

I would like trailing spaces to always be `ยท`, but sometimes they show as `-`. I'm not able to figure out what causes it to show it differently, but the...

Addresses issue #12. Also renamed global variable to: 'g:loaded_vim_indentguides' instead of 'g:loaded_vim-indentguides' because it did not work