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-01-23 14:48:20 +01:00
parent 755f1f4a06
commit 3a5f1cf47e

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
]])