Enable jdtls LSP for java
This commit is contained in:
parent
5daecb26ea
commit
69e92a1b95
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ return { -- LSP Configuration & Plugins
|
||||||
pyright = {},
|
pyright = {},
|
||||||
rust_analyzer = {},
|
rust_analyzer = {},
|
||||||
zls = {},
|
zls = {},
|
||||||
|
jdtls = {},
|
||||||
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
|
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
|
||||||
--
|
--
|
||||||
-- Some languages (like typescript) have entire language plugins that can be useful:
|
-- Some languages (like typescript) have entire language plugins that can be useful:
|
||||||
|
|
Loading…
Reference in a new issue