TagbarHighlight highlighting

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

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