1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-09-20 05:02:37 +00:00
dotfiles/.config/nvim/lua/plugins/ufo.lua

8 lines
141 B
Lua

local ufo = require("ufo")
ufo.setup({
provider_selector = function(bufnr, filetype, buftype)
return { "treesitter", "indent" }
end,
})