TagbarHighlight highlighting
This commit is contained in:
parent
4523aac916
commit
16c1992533
2 changed files with 5 additions and 0 deletions
|
|
@ -394,6 +394,8 @@ hi! def link bufExplorerInactBuf InterfaceNormal
|
|||
|
||||
|
||||
" Tagbar highlighting
|
||||
" TagbarHighlight defined in vimrc as it gets overridden
|
||||
" by plugin when defined in here
|
||||
hi! def link TagbarFoldIcon InterfaceNormal
|
||||
|
||||
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')
|
||||
function RangerExplorer()
|
||||
exec 'silent !ranger --choosefile=/tmp/vim_ranger_current_file ' . expand('%:p:h')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue