add: config default java

This commit is contained in:
asep.komarudin 2024-06-24 15:35:26 +07:00
parent 24b3020b5c
commit ef95246d88
5 changed files with 48 additions and 2 deletions

View file

@ -7,4 +7,10 @@ M.list_registered = function(filetype)
return registered_providers[method] or {}
end
M.list_registered_all = function()
local registered_providers = require("user.utils.lsp").list_all_registerd()
local method = null_ls.methods.FORMATTING
return registered_providers[method] or {}
end
return M