vim-indent-guides
vim-indent-guides copied to clipboard
Bad rendering on startify
trafficstars
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

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.