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

Support turning on and off indent guides per buffer...

Open jszakmeister opened this issue 12 years ago • 1 comments
trafficstars

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 off since it acts globally. It'd be nice to be able to say "turn it on for this buffer". IOW, some sort of buffer-local variable to enable/disable it for that buffer.

jszakmeister avatar Jun 22 '13 10:06 jszakmeister

Completely agree, I just haven't found time to look into this.

In the mean time you can use the g:indent_guides_exclude_filetypes option to specify a list of filetypes to disable the plugin for. For more information see :help indent_guides_exclude_filetypes.

nathanaelkane avatar Jun 27 '13 10:06 nathanaelkane