Add fold capa / remove ondarker plugin / add correct jdtls support
This commit is contained in:
12
nvim/lua/plugins/ufo.lua
Normal file
12
nvim/lua/plugins/ufo.lua
Normal 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" },
|
||||
}
|
||||
Reference in New Issue
Block a user