fix arrows

This commit is contained in:
Barak Michener 2013-03-31 12:37:35 -07:00
parent 0a5f12de0b
commit ca79c3cff7
2 changed files with 3 additions and 1 deletions

View file

@ -1,7 +1,7 @@
winsize 115 45 winsize 115 45
"set expandtab "set expandtab
"set guifont=DejaVu\ Sans\ Mono:h15.00 "set guifont=DejaVu\ Sans\ Mono:h15.00
set guifont=Inconsolata\ 14 set guifont=Inconsolata\ 12
set guioptions-=L set guioptions-=L
set guioptions-=r set guioptions-=r

2
.vimrc
View file

@ -75,6 +75,8 @@ let g:NERDChristmasTree = 1
let g:NERDTreeQuitOnOpen = 1 let g:NERDTreeQuitOnOpen = 1
let g:NERDTreeWinPos = "right" let g:NERDTreeWinPos = "right"
let g:NERDTreeWinSize = 40 let g:NERDTreeWinSize = 40
let g:NERDTreeDirArrows=0
" Tagbar plugin settings " Tagbar plugin settings
let g:tagbar_width = 40 let g:tagbar_width = 40