preservim / vim-indent-guides

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

Bad rendering on startify #129

Open Mte90 opened 6 years ago

Mte90 commented 6 years ago

I am using https://github.com/mhinz/vim-startify and the indent guides are printed also in the home page of this plugin as screen screenshot_20180125_123815

GothicVoid commented 5 years ago

I found this ugly, too. And I searched the doc and found there's an option to disable indent-guide for certain filetypes:


                                         *'indent_guides_exclude_filetypes'*

Use this option to specify a list of filetypes to disable the plugin for.

Default: ['help']. Values: list of strings.

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


Just add 'startify' to the array to do it.