diff --git a/vimrc b/vimrc index 9b7401a..4bae51e 100644 --- a/vimrc +++ b/vimrc @@ -129,8 +129,8 @@ if exists('+termguicolors') endif "colorscheme dichromatic -"colorscheme darcula -colorscheme molokai +colorscheme dracula +"colorscheme molokai "colorscheme elflord hi Comment cterm=NONE ctermfg=DarkRed gui=NONE guifg=red2 @@ -145,4 +145,4 @@ function! SynStack() echo map(synstack(line('.'), col('.')), 'synIDattr(v:val, "name")') endfunc -source ~/.vimrc.coc +"source ~/.vimrc.coc