Neovim/lua/plugins/ufo.lua

18 lines
390 B
Lua

return {
{
"kevinhwang91/nvim-ufo",
event = {
"LspAttach",
},
dependencies = {
"kevinhwang91/promise-async",
},
opts = {
-- register treesitter as source for scopes
provider_selector = function(_, _, _)
return { "treesitter", "indent" }
end,
},
},
}