enable folding
This commit is contained in:
parent
9bca25ba75
commit
f8e04b1f0b
1 changed files with 3 additions and 1 deletions
4
init.lua
4
init.lua
|
|
@ -41,7 +41,9 @@ opt.textwidth = 100
|
||||||
opt.timeoutlen = 1000
|
opt.timeoutlen = 1000
|
||||||
opt.breakindent = true
|
opt.breakindent = true
|
||||||
|
|
||||||
|
opt.foldmethod = "expr"
|
||||||
|
opt.foldlevelstart = 99
|
||||||
|
opt.foldexpr = 'nvim_treesitter#foldexpr()'
|
||||||
|
|
||||||
require("bootstrap")
|
require("bootstrap")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue