enable folding

This commit is contained in:
Antoine Vaure 2023-08-29 16:11:28 +02:00
parent 9bca25ba75
commit f8e04b1f0b

View file

@ -41,7 +41,9 @@ opt.textwidth = 100
opt.timeoutlen = 1000
opt.breakindent = true
opt.foldmethod = "expr"
opt.foldlevelstart = 99
opt.foldexpr = 'nvim_treesitter#foldexpr()'
require("bootstrap")