vim-indent-guides icon indicating copy to clipboard operation
vim-indent-guides copied to clipboard

Bad rendering on startify

Open Mte90 opened this issue 7 years ago • 1 comments
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 screenshot_20180125_123815

Mte90 avatar Jan 25 '18 11:01 Mte90

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.

GothicVoid avatar Oct 13 '18 15:10 GothicVoid