Added fold supportđ
This commit is contained in:
@@ -10,6 +10,10 @@ g.maplocalleader = "."
|
|||||||
-- opt.cursorline = true
|
-- opt.cursorline = true
|
||||||
-- opt.cursorcolumn = true
|
-- opt.cursorcolumn = true
|
||||||
|
|
||||||
|
opt.foldmethod = "expr"
|
||||||
|
opt.foldexpr = "nvim_treesitter#foldexpr()"
|
||||||
|
vim.opt.foldenable = false
|
||||||
|
|
||||||
opt.nu = true
|
opt.nu = true
|
||||||
opt.relativenumber = true
|
opt.relativenumber = true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user