|
|
@ -76,7 +76,11 @@ if &t_Co > 2 || has("gui_running")
|
|
|
|
syntax on " turns on syntax highlighting
|
|
|
|
syntax on " turns on syntax highlighting
|
|
|
|
set hlsearch " highlights the last searched pattern.
|
|
|
|
set hlsearch " highlights the last searched pattern.
|
|
|
|
set t_Co=256 " enable 256 color mode
|
|
|
|
set t_Co=256 " enable 256 color mode
|
|
|
|
|
|
|
|
try
|
|
|
|
colorscheme jellybeans
|
|
|
|
colorscheme jellybeans
|
|
|
|
|
|
|
|
catch
|
|
|
|
|
|
|
|
silent! colorscheme delek
|
|
|
|
|
|
|
|
endtry
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
|
|
if has("autocmd")
|
|
|
|
if has("autocmd")
|
|
|
|