1
0
mirror of https://github.com/amix/vimrc synced 2025-07-14 23:55:01 +08:00

add cscope and indent-guides

This commit is contained in:
Max-bazinga
2017-03-03 08:25:44 +08:00
parent a6de243fca
commit cea2b8dfbe
4 changed files with 4 additions and 1 deletions

View File

@ -73,7 +73,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