aboutsummaryrefslogtreecommitdiff
path: root/vimrc-full
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc-full')
-rw-r--r--vimrc-full2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc-full b/vimrc-full
index 1d12dc6..f3dc1ca 100644
--- a/vimrc-full
+++ b/vimrc-full
@@ -691,7 +691,7 @@ nnoremap <F12> :ToggleBufExplorer<CR>
691 691
692" NERDTree: replaces NetRW, as long as it has so many bugs 692" NERDTree: replaces NetRW, as long as it has so many bugs
693Plug 'scrooloose/nerdtree' | " 693Plug 'scrooloose/nerdtree' | "
694let NERDTreeIgnore = ['\.aux$'] 694let NERDTreeIgnore = ['\.aux$', '\.o$']
695let NERDTreeCascadeSingleChildDir = 0 | " I don't get how one can use <m> to create files in that included directory 695let NERDTreeCascadeSingleChildDir = 0 | " I don't get how one can use <m> to create files in that included directory
696let NERDTreeChDirMode = 0 696let NERDTreeChDirMode = 0
697let NERDTreeHiddenFirst = 1 697let NERDTreeHiddenFirst = 1
..