fold settings
This commit is contained in:
parent
424255161d
commit
a227d79da4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue