diff options
-rw-r--r-- | lua/core/options.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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 |