mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Autofocus the tagbar when it's triggered
This commit is contained in:
parent
f8cce36327
commit
623918995d
1 changed files with 1 additions and 0 deletions
|
@ -180,6 +180,7 @@
|
|||
let g:tagbar_compact=1
|
||||
let g:tagbar_singleclick=1
|
||||
let g:tagbar_width=35
|
||||
let g:tagbar_autofocus=1
|
||||
"}}}
|
||||
|
||||
"TCOMMAND: {{{
|
||||
|
|
Loading…
Reference in a new issue