From 50018aa0305bd2c5cf91431c128895fc0121d2fa Mon Sep 17 00:00:00 2001 From: triethyl Date: Sat, 19 Jul 2025 10:19:11 -0400 Subject: working on custom neovim --- pkgs/custom-neovim/config/lua/options.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'pkgs/custom-neovim/config/lua/options.lua') diff --git a/pkgs/custom-neovim/config/lua/options.lua b/pkgs/custom-neovim/config/lua/options.lua index 8981dad..cd59941 100644 --- a/pkgs/custom-neovim/config/lua/options.lua +++ b/pkgs/custom-neovim/config/lua/options.lua @@ -40,6 +40,3 @@ vim.o.foldlevel = 99 -- Don't fold initially. vim.o.foldnestmax = 4 -- Don't fold if more than 4 folds deep. vim.o.foldtext = "" -- Color text in folds. --- Set Colorscheme -vim.cmd.colorscheme("oxocarbon") -vim.o.termguicolors = true -- cgit v1.2.3