mirror of https://github.com/nirenjan/dotfiles.git
Add NERDTree settings
parent
684b06ed67
commit
1afa6ba95b
1
install
1
install
|
@ -280,6 +280,7 @@ lnfile vim/plugin/match-brackets.vim ~/.vim/plugin/
|
||||||
lnfile vim/plugin/airline-settings.vim ~/.vim/plugin/
|
lnfile vim/plugin/airline-settings.vim ~/.vim/plugin/
|
||||||
lnfile vim/plugin/bufferline-settings.vim ~/.vim/plugin/
|
lnfile vim/plugin/bufferline-settings.vim ~/.vim/plugin/
|
||||||
lnfile vim/plugin/ultisnips-settings.vim ~/.vim/plugin/
|
lnfile vim/plugin/ultisnips-settings.vim ~/.vim/plugin/
|
||||||
|
lnfile vim/plugin/nerdtree-settings.vim ~/.vim/plugin/
|
||||||
|
|
||||||
# Install my ftdetect plugins
|
# Install my ftdetect plugins
|
||||||
lnfile vim/ftdetect/swig.vim ~/.vim/ftdetect/
|
lnfile vim/ftdetect/swig.vim ~/.vim/ftdetect/
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
" File: nerdtree-settings.vim
|
||||||
|
" Author: Nirenjan Krishnan
|
||||||
|
" Description: Base settings for NERDTree plugin
|
||||||
|
" Last Modified: May 21, 2014
|
||||||
|
|
||||||
|
" Don't try to display Unicode characters for the tree
|
||||||
|
let g:NERDTreeDirArrows = 0
|
||||||
|
|
Loading…
Reference in New Issue