Skip to content

Commit dc6582b

Browse files
author
Gerrit van Doorn
committed
Set solarized as default color scheme. Remove OmniCppComplete
1 parent a55ee94 commit dc6582b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vimrc

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ endif
1010
" set autochdir
1111
let moria_fontface='mixed'
1212
let moria_style='dark'
13-
colorscheme molokai
13+
set background=dark
14+
colorscheme solarized
15+
" colorscheme molokai
1416
" colorscheme moria
1517
set number
1618
set tabstop=4
@@ -31,8 +33,6 @@ set incsearch
3133
set switchbuf=usetab,newtab " when errors during make => look in existing tabs otherwise open a new tab
3234
set laststatus=2 " Always show the status line
3335

34-
" omnicppcomplete
35-
set nocp
3636
filetype plugin on
3737
map <C-F12> :!ctags -R --c++-kinds=+p --fields=+iaS --extra=+q .<CR>
3838

0 commit comments

Comments
 (0)