We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a55ee94 commit dc6582bCopy full SHA for dc6582b
vimrc
@@ -10,7 +10,9 @@ endif
10
" set autochdir
11
let moria_fontface='mixed'
12
let moria_style='dark'
13
-colorscheme molokai
+set background=dark
14
+colorscheme solarized
15
+" colorscheme molokai
16
" colorscheme moria
17
set number
18
set tabstop=4
@@ -31,8 +33,6 @@ set incsearch
31
33
set switchbuf=usetab,newtab " when errors during make => look in existing tabs otherwise open a new tab
32
34
set laststatus=2 " Always show the status line
35
-" omnicppcomplete
-set nocp
36
filetype plugin on
37
map <C-F12> :!ctags -R --c++-kinds=+p --fields=+iaS --extra=+q .<CR>
38
0 commit comments