mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
qa: jdtls linux test
This commit is contained in:
parent
54657657a3
commit
94ff8e53a9
3 changed files with 14 additions and 25 deletions
|
@ -17,15 +17,6 @@ end
|
|||
|
||||
if pcode.active_java_config.active then
|
||||
M = {
|
||||
{
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
opts = function(_, opts)
|
||||
opts.skip_config = opts.skip_config or {}
|
||||
if pcode.active_java_config.use_nvim_jdtls or false then
|
||||
vim.list_extend(opts.skip_config, { "jdtls" })
|
||||
end
|
||||
end,
|
||||
},
|
||||
{
|
||||
"mfussenegger/nvim-jdtls",
|
||||
ft = java_filetypes,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue