This commit is contained in:
2025-05-31 03:32:58 -04:00
parent ef678f31fd
commit e830931ff4
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