From 08684737534725d459da705c6d139add0aa0b6fe Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Fri, 24 Mar 2017 14:34:37 -0600 Subject: Updating to add nerdtree back in --- plugin/vim-options.vim | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index e91a6f4..d6af6fe 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -274,6 +274,28 @@ endif +"----------------------------------------------------------------------------------------------------------------------- +" Nerdtree Plugin +"----------------------------------------------------------------------------------------------------------------------- +if !empty(glob($EditorDir.'plugged/nerdtree/plugin/NERD_tree.vim')) + " Disable ? do I can fucking reverse search + :autocmd FileType nerdtree silent! nunmap ? + let g:NERDTreeShowLineNumbers=1 + let g:NERDTreeDirArrows=0 + let g:NERDTreeWinSize = 40 + let g:NERDTreeIgnore = ['\.pyc$'] + let g:NERDTreeDirArrows = 1 + let g:NERDTreeDirArrowExpandable = '▸' + let g:NERDTreeDirArrowCollapsible = '▾' + let g:NERDTreeMapOpenSplit = 's' + let g:NERDTreeMapPreviewSplit = 'gs' + let g:NERDTreeMapOpenVSplit = 'v' + let g:NERDTreeMapPreviewVSplit = 'gv' +endif +"----------------------------------------------------------------------------------------------------------------------- + + + "----------------------------------------------------------------------------------------------------------------------- " Markdown "----------------------------------------------------------------------------------------------------------------------- -- cgit v1.2.3