fold settings

This commit is contained in:
Andrzej Stepien 2024-03-20 11:30:16 +01:00
parent 424255161d
commit a227d79da4
1 changed files with 3 additions and 1 deletions

View File

@ -41,4 +41,6 @@ vim.opt.scrolloff = 10
vim.opt.foldmethod = "expr"
vim.opt.foldexpr = "v:lua.vim.treesitter.foldexpr()"
vim.opt.foldtext = "v:lua.vim.treesitter.foldtext()"
vim.o.foldtext = ""
vim.o.fillchars = "fold: "
vim.o.foldenable = false