Forever battle

This commit is contained in:
Dan Buch 2025-02-16 15:17:21 -05:00
parent 04ce9dcae0
commit 1101759176
Signed by: meatballhat
GPG Key ID: A12F782281063434

6
vimrc
View File

@ -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! <SID>SynStack()
echo map(synstack(line('.'), col('.')), 'synIDattr(v:val, "name")')
endfunc
source ~/.vimrc.coc
"source ~/.vimrc.coc