TagbarHighlight highlighting
This commit is contained in:
parent
4523aac916
commit
16c1992533
|
@ -394,6 +394,8 @@ hi! def link bufExplorerInactBuf InterfaceNormal
|
||||||
|
|
||||||
|
|
||||||
" Tagbar highlighting
|
" Tagbar highlighting
|
||||||
|
" TagbarHighlight defined in vimrc as it gets overridden
|
||||||
|
" by plugin when defined in here
|
||||||
hi! def link TagbarFoldIcon InterfaceNormal
|
hi! def link TagbarFoldIcon InterfaceNormal
|
||||||
|
|
||||||
hi! def link TagbarHelp InterfaceHelp
|
hi! def link TagbarHelp InterfaceHelp
|
||||||
|
|
3
vimrc
3
vimrc
|
@ -493,6 +493,9 @@ let g:tagbar_type_vue = {
|
||||||
\ ]
|
\ ]
|
||||||
\ }
|
\ }
|
||||||
|
|
||||||
|
hi! TagbarHighlight ctermfg=255 ctermbg=240
|
||||||
|
|
||||||
|
|
||||||
if !exists('*RangerExplorer')
|
if !exists('*RangerExplorer')
|
||||||
function RangerExplorer()
|
function RangerExplorer()
|
||||||
exec 'silent !ranger --choosefile=/tmp/vim_ranger_current_file ' . expand('%:p:h')
|
exec 'silent !ranger --choosefile=/tmp/vim_ranger_current_file ' . expand('%:p:h')
|
||||||
|
|
Loading…
Reference in New Issue