1
0
Fork 0

another dose of changes, rc.lua and vimrc

This commit is contained in:
Von Random 2014-10-15 19:35:48 +04:00
parent dc9a851079
commit cebf70e2e5
3 changed files with 21 additions and 21 deletions

7
vimrc
View file

@ -90,15 +90,16 @@ endif
" set color scheme depending on the terminal capabilities
if &t_Co > 88 || has("gui_running")
colorscheme solarized
"colorscheme solarized
colorscheme jellybeans
else
colorscheme elflord
endif
" gvim stuff
if has("gui_running")
let g:solarized_italic=0
let g:solarized_bold=0
"let g:solarized_italic=0
"let g:solarized_bold=0
set guioptions=aegimLl
set mouse=a
set guifont=Terminus\ 11