1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 02:30:03 +08:00

Fix Yggdroot/indentLine configuration

* Add filetype for man pages to indentLine exclusions.
This commit is contained in:
Seong Yong-ju 2017-11-29 01:37:37 +09:00
parent c996ecf8f4
commit bf037608a1

View File

@ -26,7 +26,7 @@ function! SpaceVim#layers#ui#config() abort
let g:indentLine_char = get(g:, 'indentLine_char', '¦')
let g:indentLine_concealcursor = 'niv'
let g:indentLine_conceallevel = 2
let g:indentLine_fileTypeExclude = ['help', 'startify', 'vimfiler']
let g:indentLine_fileTypeExclude = ['help', 'man', 'startify', 'vimfiler']
let g:signify_disable_by_default = 0
let g:signify_line_highlight = 0
noremap <silent> <F2> :silent TagbarToggle<CR>