diff --git a/lua/custom/plugins/folding.lua b/lua/custom/plugins/folding.lua index 99be137..2a30495 100644 --- a/lua/custom/plugins/folding.lua +++ b/lua/custom/plugins/folding.lua @@ -30,7 +30,7 @@ end return { 'kevinhwang91/nvim-ufo', dependencies = 'kevinhwang91/promise-async', - enabled = false, + -- enabled = false, event = 'BufReadPost', init = function() -- INFO fold commands usually change the foldlevel, which fixes folds, e.g.