Files
dotfiles/nvim/lua/plugins/ufo.lua
2024-10-18 11:10:45 +02:00

11 lines
212 B
Lua

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