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