aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
index 3416740..1fc69f0 100644
--- a/.vimrc
+++ b/.vimrc
@@ -74,7 +74,7 @@ set foldmethod=indent " create fold based on the text indent
let g:onedark_terminal_italics=1
colorscheme onedark
let g:lightline = {}
-let g:lightline.colorscheme = 'one' " lightline theme to onedark
+let g:lightline.colorscheme = 'jellybeans' " lightline theme to onedark
" }}}
@@ -134,7 +134,7 @@ nnoremap gcf A<BS><CR>{<CR><CR>}<ESC>
nnoremap <leader>; mqA;<ESC>`q
" doxygen format comments
autocmd Filetype c setlocal comments=s:/**,m:**,e:*/,s:/*,m:**,e:*/
-autocmd Filetype h setlocal comments=s:/**,m:**,e:*/,s:/*,m:**,e:*/
+autocmd Filetype cpp setlocal comments=s:/**,m:**,e:*/,s:/*,m:**,e:*/
" }}}
" quickfix window toggle {{{