From 2d526188df72bf7e96e35874578e9a0348f0f78c Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Thu, 31 Mar 2022 22:02:06 +0300 Subject: [PATCH] remove comment for folds options --- neovim/.config/nvim/lua/user/options.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/neovim/.config/nvim/lua/user/options.lua b/neovim/.config/nvim/lua/user/options.lua index 53189cb..d9a8cde 100644 --- a/neovim/.config/nvim/lua/user/options.lua +++ b/neovim/.config/nvim/lua/user/options.lua @@ -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