diff options
Diffstat (limited to '.vim')
| -rw-r--r-- | .vim/pluginsettings.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.vim/pluginsettings.vim b/.vim/pluginsettings.vim index ec9a9dd..b1d3a17 100644 --- a/.vim/pluginsettings.vim +++ b/.vim/pluginsettings.vim @@ -8,7 +8,6 @@ " Toggle NERDTree with Tab nmap <Tab> :NERDTreeToggle<CR> - let NERDTreeCustomOpenArgs = {'file':{'where':'t'}} " Open file in new tab, doesn't work only for double-click let NERDTreeShowHidden = 1 let NERDTreeWinPos = "right" let NERDTreeIgnore = ['\.swp$', '\~$'] " Ignore file, ending with .swp and ~ |
