Remove neovim lazy load related config

This commit is contained in:
2025-10-15 20:50:58 +02:00
parent 4f011cf8ef
commit 52bf665774
3 changed files with 2 additions and 41 deletions

View File

@@ -4,8 +4,9 @@ require("vim")
require("ftdetect")
require("keymaps")
require("highlight")
require("paq-setup") -- when not on nixCats
require("diagnostic")
require("paq-setup") -- when not on nixCats
-- vim.opt.background = "dark"
-- vim.opt.laststatus = 3