Setup java environment

This commit is contained in:
2025-05-31 22:07:18 +05:00
parent 90b457b768
commit 28edfffb1c
7 changed files with 71 additions and 2 deletions

View File

@ -1,4 +1,4 @@
require("nvchad.configs.lspconfig").defaults()
local servers = { "html", "cssls" }
local servers = { "html", "cssls", "jdtls" }
vim.lsp.enable(servers)