From d6d2f49461afc17c025e83e72f0adfd8907d060a Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Mon, 2 Jan 2017 16:13:23 +0800 Subject: [PATCH] Disable indentline for help filetype --- config/plugins.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/config/plugins.vim b/config/plugins.vim index 321873b71..cb64bc458 100644 --- a/config/plugins.vim +++ b/config/plugins.vim @@ -364,6 +364,7 @@ if zvim#plug#enable_plug() let g:indentLine_char = '¦' let g:indentLine_concealcursor = 'niv' " (default 'inc') let g:indentLine_conceallevel = 2 " (default 2) + let g:indentLine_fileTypeExclude = ['help'] call zvim#plug#add('godlygeek/tabular', { 'on_cmd': 'Tabularize'}) call zvim#plug#add('benizi/vim-automkdir') "[c ]c jump between prev or next hunk