configure folding

This commit is contained in:
2024-12-18 11:36:49 +02:00
parent 231db82c0f
commit c49b758e86
11 changed files with 166 additions and 14 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ vim.opt.incsearch = true
vim.opt.termguicolors = true
vim.opt.scrolloff = 8
vim.opt.signcolumn = "yes"
vim.opt.signcolumn = "yes:1"
vim.opt.isfname:append("@-@")
vim.opt.updatetime = 50