This commit is contained in:
Squibid 2025-05-31 03:32:58 -04:00
parent ef678f31fd
commit e830931ff4
Signed by: squibid
GPG key ID: BECE5684D3C4005D
41 changed files with 253 additions and 268 deletions

View file

@ -1,5 +1,4 @@
local misc = require("core.misc")
local auto = misc.auto
local auto = core.misc.auto
-- color stuff
if vim.fn.has("termguicolors") then
@ -84,8 +83,7 @@ do -- folding
vim.opt.foldenable = true
vim.o.fillchars = "fold: "
_G.Fold_text = require("core.folding")
vim.opt.foldtext = "v:lua.Fold_text()"
vim.opt.foldtext = "v:lua.core.folding()"
end
do -- statusline