wozers
This commit is contained in:
parent
ef678f31fd
commit
e830931ff4
41 changed files with 253 additions and 268 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue