|
|
|
@ -8,10 +8,6 @@ |
|
|
|
|
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |
|
|
|
|
" => GUI related |
|
|
|
|
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |
|
|
|
|
set background=dark |
|
|
|
|
|
|
|
|
|
colorscheme peaksea |
|
|
|
|
|
|
|
|
|
" Set font according to system |
|
|
|
|
if has("mac") || has("macunix") |
|
|
|
|
set gfn=Source\ Code\ Pro:h15,Menlo:h15 |
|
|
|
@ -35,6 +31,15 @@ set guioptions-=R |
|
|
|
|
set guioptions-=l |
|
|
|
|
set guioptions-=L |
|
|
|
|
|
|
|
|
|
" Colorscheme |
|
|
|
|
if has("gui_running") |
|
|
|
|
set background=dark |
|
|
|
|
colorscheme peaksea |
|
|
|
|
else |
|
|
|
|
colorscheme desert |
|
|
|
|
let g:colors_name="desert" |
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |
|
|
|
|
" => Fast editing and reloading of vimrc configs |
|
|
|
|