Comment stuff related to folds

This commit is contained in:
2022-02-01 22:59:16 +03:00
parent 3f09d5a234
commit 36e9857544

View File

@@ -32,7 +32,7 @@ opt.showtabline = 2
opt.matchpairs:append({ "<:>" })
-- Settings for folds
wo.foldmethod = "expr"
wo.foldexpr = "nvim_treesitter#foldexpr()"
wo.foldcolumn = "auto"
wo.foldenable = false
-- wo.foldmethod = "expr"
-- wo.foldexpr = "nvim_treesitter#foldexpr()"
-- wo.foldcolumn = "3"
-- wo.foldenable = false