vim-indent-guides
vim-indent-guides copied to clipboard
A Vim plugin for visually displaying indent levels in code
I'm using spf-13 configuration and this plugin is bundled with this. Everytime i open a new buffer for a moment the plugin works, but when gVim place the cursor where...
Some schema has `font=Monospaced 10`, but because the regexp doesn't include a space, the 10 will hang around and break the color name -> hex conversion. Just added a space....
Hi Thanks for this great plugin. I use this plugin with default setting, but the wired thing is it takes no effect at all when run `IndentGuidesEnable` or `IndentGuidesToggle`. But...
some wishes :-) I wish in these case: - if a indent has only one line, don't show the guide. e.g. | if foo then
Hello, I have ``` match Todo /\s\+$/ ``` in my vimrc, so that whitespace stands out like crazy (because whitespace is evil). When indent guides are turned on, or if...
This seems like a useful plugin to have when editing Python code, but I can't get myself to use it much because I have to constantly turn it on and...
When I set indent_guides_guide_size = 1 on a document that has space indentation it works great, but when I set indent_guides_guide_size = 1 on a document that has tab indentation...
When using the vim folding system, there is a setting to use the syntax highlighter to find the best folding areas. I think if you could do the same for...
It’d be nice if vim-indent-guides could be configured to still hilight indentation _after commentary markers_, if there is no non-commentary-marker code between the beginning of the line and the commentary...
I, like @jc00ke (see #24) am trying to use @altercation’s [Solarized](http://ethanschoonover.com/solarized) with `vim-indent-guides`. My approach is slightly different, as I desire to set specific colours for the indent guides (and...