From 005efec7f65e87734ab6130c9955912e40c81596 Mon Sep 17 00:00:00 2001 From: Steven Proctor Date: Sat, 24 Sep 2022 12:39:54 -0500 Subject: [PATCH] Comment out old solarized8 color scheme --- nvim/.config/nvim/fnl/dotfiles/core.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/.config/nvim/fnl/dotfiles/core.fnl b/nvim/.config/nvim/fnl/dotfiles/core.fnl index 3519c78..d5be42c 100644 --- a/nvim/.config/nvim/fnl/dotfiles/core.fnl +++ b/nvim/.config/nvim/fnl/dotfiles/core.fnl @@ -100,7 +100,7 @@ -(nvim.ex.autocmd "vimenter" "*" "++nested" "colorscheme" "solarized8") +;(nvim.ex.autocmd "vimenter" "*" "++nested" "colorscheme" "solarized8") ;(nvim.ex.autocmd "vimenter" "*" "luafile" "treesitter.lua") ; ; (nvim.fn.glob "~/.vimrc.local")