mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 17:58:46 +02:00
add: config default java
This commit is contained in:
parent
24b3020b5c
commit
ef95246d88
5 changed files with 48 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue