vim-indent-guides
vim-indent-guides copied to clipboard
Support turning on and off indent guides per buffer...
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.
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.