summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/config/lua/options.lua
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-07-19 10:19:11 -0400
committertriethyl <triethylammonium@pm.me>2025-07-19 10:19:11 -0400
commit50018aa0305bd2c5cf91431c128895fc0121d2fa (patch)
treecaeaa248d797be65322a69afddc29bef31cd5667 /pkgs/custom-neovim/config/lua/options.lua
parentbf6ac5e7a9a13bcca9d0923e9caa3a6257519ca5 (diff)
working on custom neovim
Diffstat (limited to 'pkgs/custom-neovim/config/lua/options.lua')
-rw-r--r--pkgs/custom-neovim/config/lua/options.lua3
1 files changed, 0 insertions, 3 deletions
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