fix(vim): add vim-nerdtree-syntax-highlight
This commit is contained in:
@@ -254,6 +254,12 @@ let g:NERDTreeRemoveDirCmd = "gio trash "
|
||||
let g:NERDTreeMapActivateNode = "<C-l>"
|
||||
let g:NERDTreeMapCloseDir = "<C-h>"
|
||||
|
||||
" {{{3 vim-nerdtree-syntax-highlight
|
||||
|
||||
let g:NERDTreeSyntaxDisableDefaultExtensions = 1
|
||||
let g:NERDTreeSyntaxDisableDefaultExactMatches = 1
|
||||
let g:NERDTreeSyntaxDisableDefaultPatternMatches = 1
|
||||
|
||||
" {{{3 onedark
|
||||
|
||||
let g:onedark_color_overrides = {
|
||||
@@ -322,6 +328,7 @@ call plug#begin(s:plug_dir)
|
||||
Plug 'jceb/vim-orgmode'
|
||||
Plug 'preservim/nerdtree'
|
||||
Plug 'ryanoasis/vim-devicons'
|
||||
Plug 'tiagofumo/vim-nerdtree-syntax-highlight'
|
||||
Plug 'mbbill/undotree'
|
||||
|
||||
" Plug 'prabirshrestha/vim-lsp'
|
||||
|
||||
Reference in New Issue
Block a user