Skip to content

Commit

Permalink
Move NERDTreeHijackNetrw to a before plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbasit committed Apr 11, 2012
1 parent 60c56b8 commit 66b398b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions janus/vim/tools/before/plugin/nerdtree.vim
@@ -0,0 +1,3 @@
if !janus#is_plugin_disabled("nerdtree")
let NERDTreeHijackNetrw = 0
endif
1 change: 0 additions & 1 deletion janus/vim/tools/janus/after/plugin/nerdtree.vim
@@ -1,6 +1,5 @@
if janus#is_plugin_enabled("nerdtree")
let NERDTreeIgnore=['\.pyc$', '\.pyo$', '\.rbc$', '\.rbo$', '\.class$', '\.o$', '\~$']
let NERDTreeHijackNetrw = 0

" Default mapping, <leader>n
call janus#add_mapping('nerdtree', 'map', '<leader>n', ':NERDTreeToggle<CR>')
Expand Down

0 comments on commit 66b398b

Please sign in to comment.