mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:00:04 +08:00
Disable indentline for help filetype
This commit is contained in:
parent
f8f392ac16
commit
d6d2f49461
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user