mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:30:04 +08:00
Enable tagbar error info
This commit is contained in:
parent
648f010cf3
commit
25a50ab365
@ -43,7 +43,7 @@ function! SpaceVim#layers#ui#config() abort
|
||||
\ ]
|
||||
let g:signify_disable_by_default = 0
|
||||
let g:signify_line_highlight = 0
|
||||
noremap <silent> <F2> :silent TagbarToggle<CR>
|
||||
noremap <silent> <F2> :TagbarToggle<CR>
|
||||
if !empty(g:spacevim_windows_smartclose)
|
||||
call SpaceVim#mapping#def('nnoremap <silent>', g:spacevim_windows_smartclose, ':<C-u>call zvim#util#SmartClose()<cr>',
|
||||
\ 'Smart close windows',
|
||||
|
Loading…
Reference in New Issue
Block a user