diff options
-rw-r--r-- | vimrc | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -280,6 +280,7 @@ " " 2015.07.06: " * Remove EasyGrep configuration now that I've removed the plugin. +" * Remove NERDTree configuration now that I've removed the plugin. " @@ -428,15 +429,6 @@ nnoremap <leader>sf :CommandTFlush<cr> let g:CommandTWildIgnore=&wildignore . ",*/vendor/*,*/node_modules/*" -" NERDTree -" Alphabetical sort ordering -let NERDTreeSortOrder = [] -let NERDTreeWinSize = 24 - -" Toggle NERDTree with leader command -nnoremap <leader>f :NERDTreeToggle<cr> - - " PreserveNoEOL let g:PreserveNoEOL = 1 |