mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
fix(NERDTree): set NERDTree location on left
This commit is contained in:
parent
5e464e5ef0
commit
af4c7947ab
@ -82,7 +82,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
|
||||
|
Loading…
Reference in New Issue
Block a user