From 36e9857544c0d19c41514d98a057e576741a6409 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Tue, 1 Feb 2022 22:59:16 +0300 Subject: [PATCH] Comment stuff related to folds --- config/nvim/lua/user/options.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/nvim/lua/user/options.lua b/config/nvim/lua/user/options.lua index 8b0bba7..9223f35 100644 --- a/config/nvim/lua/user/options.lua +++ b/config/nvim/lua/user/options.lua @@ -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