Nvim: don't auto setup jdtls
This commit is contained in:
parent
d747f64d63
commit
6c65550c69
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ function m.setup()
|
|||
},
|
||||
})
|
||||
end,
|
||||
|
||||
-- Don't set up jdtls, it is set up by nvim-jdtls
|
||||
["jdtls"] = function() end,
|
||||
})
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue