vim-indent-guides icon indicating copy to clipboard operation
vim-indent-guides copied to clipboard

A Vim plugin for visually displaying indent levels in code

Results 52 vim-indent-guides issues
Sort by recently updated
recently updated
newest added
trafficstars

While the automatic coloring of indent guides looks great in gvim, it looks really ugly running vim on a 256-color terminal. Compare and contrast, for example, these two screenshots: ![Gvim](http://i.imgur.com/XbpGK.png)...

Some possible color modes: - single (only draws every second guide) - alternating (alternates between 2 colors) - gradient Alternatively you could have an option to control how many colors...

I know you specify "limited" support for Vim in terminal, so maybe this is one to ignore... When I open a sample PHP file, the indent guides are 4 chars...

It would be great if it was possible to disable parsing within comment strings as defined by the syntax file. In python I have long doctrings sometimes, and I would...

I'm using vim+solarized, sticking to terminal only. In all my own and new code I use space indents, so skinny guides looks great with ``` vimscript au VimEnter,Colorscheme * hi!...

Instead of having a big list of "naughty" filetypes, have an option to check for the `buftype`

Can you please add a feature to specify the number of lines to show the indentation highlight (something like g:indent_guides_min_indent_lines)?. For example: ···· Perhaps there is no particular need to...

After I run `:IndentGuidesEnable`, there is no effect. But for the `default` colorscheme, everything works fine. I had sent you an email when Indent-guides was just born. At that time,...

Sometimes I have code that is just a few lines long so it would be nice to have the option to set a minimal indention-length. E.g.: ``` ruby class ClassExample...

— make g:indent_guides_autocmds_enabled a buffer variable — this allows file type auto commands like (autocmd FileType python IndentGuidesEnable)