feat: add jdtls...

This commit is contained in:
Fabio Lenherr / DashieTM 2023-02-20 21:42:00 +01:00
parent 69cbead564
commit 5c646250a7
4 changed files with 6 additions and 3 deletions

View file

@ -26,7 +26,8 @@ require("mason-lspconfig").setup({
"marksman", -- markdown
"asm_lsp", -- assembly
"tsserver", -- js and ts
"ltex" -- latex
"ltex", -- latex
"jdtls" -- jafuck
},
automatic_installation = true,
})