mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-22 11:44:10 -05:00
Updated vimfiler so the sidebar can navigate up and use correct colours
again.
This commit is contained in:
parent
91c8f89bd2
commit
42ab2b62bd
3 changed files with 5 additions and 3 deletions
|
@ -304,7 +304,6 @@ call s:X("MatchParen","","#303030","bold,underline","","")
|
|||
call s:X("TabLine","","#000000","","",s:termBlack)
|
||||
call s:X("TabLineFill","","#000000","","",s:termBlack)
|
||||
call s:X("TabLineSel","#000000","#d0d0d0","",s:termBlack,"White")
|
||||
call s:X("ExtraWhitespace","#262626","","standout",s:termBlack,"")
|
||||
|
||||
"menu call
|
||||
call s:X("Pmenu","#87d7ff","#303030","","Grey","Blue")
|
||||
|
|
|
@ -350,8 +350,8 @@
|
|||
|
||||
"TOGGLES:{
|
||||
"bindings to trigger vimfiler
|
||||
nnoremap <silent><expr> `` ':VimFilerExplorer -direction=botright -winwidth=45<CR>'
|
||||
nnoremap <silent><expr> ~~ ':VimFilerExplorer -direction=topleft -winwidth=45<CR>'
|
||||
nnoremap <silent><expr> `` ':VimFiler -split -simple -toggle -no-quit -direction=botright -winwidth=45<CR>'
|
||||
nnoremap <silent><expr> ~~ ':VimFiler -split -simple -toggle -no-quit -direction=topleft -winwidth=45<CR>'
|
||||
|
||||
nnoremap <silent><expr> ?? ':h quickref<CR>'
|
||||
nnoremap <silent><expr> ?> ':exusage<CR>'
|
||||
|
|
|
@ -102,6 +102,9 @@
|
|||
\ setlocal omnifunc=syntaxcomplete#Complete |
|
||||
\ endif
|
||||
endif
|
||||
|
||||
"disable the whitespace plugin for vimfiler
|
||||
autocmd BufEnter,FileType vimfiler hi ExtraWhitespace ctermbg=NONE guibg=NONE
|
||||
"}}}
|
||||
|
||||
"GVIM: GUI CONFIG OPTIONS {{{
|
||||
|
|
Loading…
Reference in a new issue