Skip to content

Commit 0f1476d

Browse files
committed
adding nerdtree to the list of ignored plugins for
numbers.vim
1 parent d46a319 commit 0f1476d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/numbers.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if (!exists('g:enable_numbers'))
2626
endif
2727

2828
if (!exists('g:numbers_exclude'))
29-
let g:numbers_exclude = ['unite', 'tagbar', 'startify', 'gundo', 'vimshell', 'w3m']
29+
let g:numbers_exclude = ['unite', 'tagbar', 'startify', 'gundo', 'vimshell', 'w3m', 'nerdtree']
3030
endif
3131

3232
if v:version < 703 || &cp

0 commit comments

Comments
 (0)