fix: remove conflicting light background setting

The bg=light setting was immediately overridden by vim.opt.background = "dark" later in the file.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-03-11 21:25:32 +01:00
co-authored by Claude Sonnet 4.5
parent aef49d9f4d
commit c068a44761
-1
View File
@@ -2,7 +2,6 @@ require("nixCatsUtils").setup({ non_nix_value = true }) -- https://github.com/Bi
vim.cmd([[
set termguicolors
set bg=light
hi Normal ctermbg=none guibg=NONE
]])