update
This commit is contained in:
parent
3e89506bd6
commit
56ad983c4e
6 changed files with 90 additions and 25 deletions
3
vimrc
3
vimrc
|
@ -1,3 +1,4 @@
|
|||
execute pathogen#infect()
|
||||
syntax enable
|
||||
if has('gui_running')
|
||||
set background=light
|
||||
|
@ -5,8 +6,6 @@ if has('gui_running')
|
|||
else
|
||||
set background=dark
|
||||
endif
|
||||
let g:solarized_hitrail=1
|
||||
"let g:solarized_termcolors=256
|
||||
colorscheme solarized
|
||||
call togglebg#map("<F5>")
|
||||
let load_doxygen_syntax = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue