remove the NERDChristmasTree option

If users want to customise the tree colours, this can be done trivially
in their vimrc. e.g.

    hi link NERDTreeFile error
This commit is contained in:
Martin Grenfell
2014-06-29 19:53:57 +01:00
parent abb93879bb
commit b33d6daf0b
3 changed files with 5 additions and 22 deletions

View File

@@ -45,7 +45,6 @@ function! s:initVariable(var, value)
endfunction
"SECTION: Init variable calls and other random constants {{{2
call s:initVariable("g:NERDChristmasTree", 1)
call s:initVariable("g:NERDTreeAutoCenter", 1)
call s:initVariable("g:NERDTreeAutoCenterThreshold", 3)
call s:initVariable("g:NERDTreeCaseSensitiveSort", 0)