diff --git a/lua/custom/plugins/ufo.lua b/lua/custom/plugins/ufo.lua index 581f7c7..64c5175 100644 --- a/lua/custom/plugins/ufo.lua +++ b/lua/custom/plugins/ufo.lua @@ -10,7 +10,7 @@ return { vim.o.foldlevel = 99 vim.o.foldlevelstart = 99 vim.o.foldenable = true - + -- setup folding source: first lsp, then indent as fallback require("ufo").setup({ provider_selector = function(bufnr, filetype, buftype)