Update on config files
This commit is contained in:
parent
3f8963bc74
commit
3901b86a27
2 changed files with 8 additions and 4 deletions
6
vimrc
6
vimrc
|
@ -2,7 +2,11 @@ syntax enable
|
|||
let g:solarized_hitrail=1
|
||||
" let g:solarized_termcolors=256
|
||||
colorscheme solarized
|
||||
set background=dark
|
||||
if has('gui_running')
|
||||
set background=light
|
||||
else
|
||||
set background=dark
|
||||
endif
|
||||
let load_doxygen_syntax = 1
|
||||
set autoindent
|
||||
set encoding=utf-8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue