fix arrows
This commit is contained in:
parent
0a5f12de0b
commit
ca79c3cff7
2 changed files with 3 additions and 1 deletions
2
.gvimrc
2
.gvimrc
|
|
@ -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
2
.vimrc
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue