From 249a06ebf311ff67bc282af240c14075c59c9659 Mon Sep 17 00:00:00 2001 From: listout Date: Sat, 13 Aug 2022 16:12:16 +0530 Subject: nvim: options.lua: set foldenable to false Signed-off-by: listout --- lua/core/options.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua') diff --git a/lua/core/options.lua b/lua/core/options.lua index 6a5cc30..12609e3 100644 --- a/lua/core/options.lua +++ b/lua/core/options.lua @@ -49,6 +49,7 @@ opt.lazyredraw = true -- Faster scrolling opt.synmaxcol = 240 -- Max column for syntax highlight opt.updatetime = 300 -- ms to wait for trigger an event opt.timeoutlen = 500 -- ms to wait for a mapped sequence to complete. +opt.foldenable = false ----------------------------------------------------------- -- Startup -- cgit v1.2.3