From 11017591762ffb7e02b8570a2ec332f4577e498a Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sun, 16 Feb 2025 15:17:21 -0500 Subject: [PATCH] Forever battle --- vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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