mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-15 12:03:52 +00:00
folds
This commit is contained in:
parent
6173939113
commit
1315fed7c0
3 changed files with 23 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue