remove comment for folds options

This commit is contained in:
2022-03-31 22:02:06 +03:00
parent 92a5e5b16e
commit 2d526188df

View File

@@ -43,9 +43,3 @@ opt.autoread = true
-- if vim.fn.has("win32") == 1 then
-- opt.shell = "powershell.exe"
-- end
-- Settings for folds
-- wo.foldmethod = "expr"
-- wo.foldexpr = "nvim_treesitter#foldexpr()"
-- wo.foldcolumn = "3"
-- wo.foldenable = false