|
@@ -95,11 +95,13 @@ end
|
|
|
|
|
|
if vim.fn.executable("nil") == 1 then
|
|
|
nvim_lsp.nil_ls.setup({
|
|
|
+ capabilities = capabilities,
|
|
|
});
|
|
|
end
|
|
|
|
|
|
if vim.fn.executable("jdtls") == 1 then
|
|
|
nvim_lsp.jdtls.setup({
|
|
|
+ capabilities = capabilities,
|
|
|
handlers = {
|
|
|
["$/progress"] = function()
|
|
|
-- this is quite noisy so just disable it
|