This commit is contained in:
Harivansh Rathi 2026-02-18 10:08:18 -05:00
parent 6173939113
commit 1315fed7c0
3 changed files with 23 additions and 0 deletions

View file

@ -41,6 +41,11 @@ o.backup = false
o.undofile = true
o.undodir = vim.fn.stdpath("data") .. "/undo"
-- Folds (nvim-ufo)
o.foldlevel = 99
o.foldlevelstart = 99
o.foldenable = true
-- Misc
o.updatetime = 250
o.mouse = "a"