another dose of changes, rc.lua and vimrc
This commit is contained in:
parent
dc9a851079
commit
cebf70e2e5
3 changed files with 21 additions and 21 deletions
7
vimrc
7
vimrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue