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:
commit
a1a01d0397
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user