preservim / vim-indent-guides

A Vim plugin for visually displaying indent levels in code
MIT License
2.62k stars 162 forks source link

Allow exclude files with no 'filetype' set #122

Closed noscript closed 6 years ago

noscript commented 7 years ago

Rendering indentation in some huge plaintext files can slowdown Vim tremendously. This PR will allow use '' to specify unset filetype, e.g.:

let g:indent_guides_exclude_filetypes = ['help', 'nerdtree', '']

P.S. I renamed myself from @sergey-vlasovto @noscript :)