1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 15:19:12 +08:00

Merge pull request #1037 from sei40kr/hotfix/fix-indentline-ft

Fix Yggdroot/indentLine configuration
This commit is contained in:
Wang Shidong 2017-11-29 13:23:38 +08:00 committed by GitHub
commit a1a01d0397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>