1
0
Fork 0
mirror of synced 2024-06-18 06:51:11 -04: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

@ -0,0 +1 @@
Subproject commit 53041fbc45398a9af631a20657e109707a455339

@ -0,0 +1 @@
Subproject commit a9942da694e92dc938ad8d6c06a823c2434a47ea

@ -0,0 +1 @@
Subproject commit 018298ead9d3aa9cd3b4ae222f81022a33978b09

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