Forever battle
This commit is contained in:
parent
04ce9dcae0
commit
1101759176
6
vimrc
6
vimrc
@ -129,8 +129,8 @@ if exists('+termguicolors')
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
"colorscheme dichromatic
|
"colorscheme dichromatic
|
||||||
"colorscheme darcula
|
colorscheme dracula
|
||||||
colorscheme molokai
|
"colorscheme molokai
|
||||||
"colorscheme elflord
|
"colorscheme elflord
|
||||||
|
|
||||||
hi Comment cterm=NONE ctermfg=DarkRed gui=NONE guifg=red2
|
hi Comment cterm=NONE ctermfg=DarkRed gui=NONE guifg=red2
|
||||||
@ -145,4 +145,4 @@ function! <SID>SynStack()
|
|||||||
echo map(synstack(line('.'), col('.')), 'synIDattr(v:val, "name")')
|
echo map(synstack(line('.'), col('.')), 'synIDattr(v:val, "name")')
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
source ~/.vimrc.coc
|
"source ~/.vimrc.coc
|
||||||
|
Loading…
Reference in New Issue
Block a user