Files
dotfiles/dot_config/nvim/lua/plugins/ufo.lua
2026-01-13 15:01:43 +01:00

11 lines
212 B
Lua

return {
"kevinhwang91/nvim-ufo",
opts = {
provider_selector = function(_, _, _)
return { "treesitter", "indent" }
end,
},
lazy = false,
dependencies = { "kevinhwang91/promise-async" },
}