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 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