1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-02-23 20:18:00 +00:00

8 lines
141 B
Lua
Raw Normal View History

local ufo = require("ufo")
ufo.setup({
2023-07-03 19:16:19 +02:00
provider_selector = function(bufnr, filetype, buftype)
return { "treesitter", "indent" }
end,
})