This commit is contained in:
Tobias Schmidl 2017-11-16 15:12:31 +01:00
parent 3e89506bd6
commit 56ad983c4e
6 changed files with 90 additions and 25 deletions

3
vimrc
View file

@ -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