Add fold capa / remove ondarker plugin / add correct jdtls support

This commit is contained in:
Alessandro
2024-09-03 16:23:41 +02:00
parent 6225c2d87d
commit e95226daa6
7 changed files with 51 additions and 43 deletions

12
nvim/lua/plugins/ufo.lua Normal file
View File

@@ -0,0 +1,12 @@
return {
"kevinhwang91/nvim-ufo",
config = function()
require("ufo").setup {
provider_selector = function(bufnr, filetype, buftype)
return { "treesitter", "indent" }
end,
}
end,
lazy = false,
dependencies = { "kevinhwang91/promise-async" },
}