enable fold

This commit is contained in:
Thomas Ruoff
2023-11-08 08:37:53 +01:00
parent a82721b685
commit 9de52b0c26

View File

@@ -30,7 +30,7 @@ end
return { return {
'kevinhwang91/nvim-ufo', 'kevinhwang91/nvim-ufo',
dependencies = 'kevinhwang91/promise-async', dependencies = 'kevinhwang91/promise-async',
enabled = false, -- enabled = false,
event = 'BufReadPost', event = 'BufReadPost',
init = function() init = function()
-- INFO fold commands usually change the foldlevel, which fixes folds, e.g. -- INFO fold commands usually change the foldlevel, which fixes folds, e.g.