Comment stuff related to folds
This commit is contained in:
@@ -32,7 +32,7 @@ opt.showtabline = 2
|
|||||||
opt.matchpairs:append({ "<:>" })
|
opt.matchpairs:append({ "<:>" })
|
||||||
|
|
||||||
-- Settings for folds
|
-- Settings for folds
|
||||||
wo.foldmethod = "expr"
|
-- wo.foldmethod = "expr"
|
||||||
wo.foldexpr = "nvim_treesitter#foldexpr()"
|
-- wo.foldexpr = "nvim_treesitter#foldexpr()"
|
||||||
wo.foldcolumn = "auto"
|
-- wo.foldcolumn = "3"
|
||||||
wo.foldenable = false
|
-- wo.foldenable = false
|
||||||
|
|||||||
Reference in New Issue
Block a user