TagbarHighlight highlighting

This commit is contained in:
ManjaroOne666 2018-01-21 23:19:09 +00:00
parent 4523aac916
commit 16c1992533
2 changed files with 5 additions and 0 deletions

View File

@ -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
View File

@ -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')