mirror of
1
0
Fork 0

Move nerdtree to left

This commit is contained in:
Dihak M N A 2018-07-02 07:51:17 +07:00
parent c456aadb24
commit f2c382d80e
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ set grepprg=/bin/grep\ -nH
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Nerd Tree
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
let g:NERDTreeWinPos = "right"
let g:NERDTreeWinPos = "left"
let NERDTreeShowHidden=0
let NERDTreeIgnore = ['\.pyc$', '__pycache__']
let g:NERDTreeWinSize=35