preservim/vim-indent-guides

Disable indent guides for specific buffers locally

Closed this issue · 2 comments

Can I disable indent guides for specific buffers locally? I want to write some autocmd by FileType and disable indent guides for specific languages, can I do it?

Would let g:indent_guides_exclude_filetypes = ['help', 'nerdtree'] be suitable?

@nathanaelkane thanks a lot, it works for me!