mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-11-01 01:31:14 +00:00
8 lines
141 B
Lua
8 lines
141 B
Lua
local ufo = require("ufo")
|
|
|
|
ufo.setup({
|
|
provider_selector = function(bufnr, filetype, buftype)
|
|
return { "treesitter", "indent" }
|
|
end,
|
|
})
|