remove java

This commit is contained in:
vx-clutch
2026-03-09 22:06:19 -04:00
parent 3f262adbb6
commit 7093405b56
3 changed files with 4 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
---@type vim.lsp.Config
return {
cmd = { 'jdtls' },
root_markers = { 'gradlew', '.git' },
}

View File

@@ -8,7 +8,6 @@ vim.pack.add {
version = "1.*",
},
{ src = "https://github.com/nvim-lualine/lualine.nvim" },
{ src = "https://codeberg.org/mfussenegger/nvim-jdtls" },
}
require("mini.pick").setup {}

View File

@@ -16,6 +16,10 @@
"mini.pick": {
"rev": "8521fe21df86e08d9e4b3c3f3a7d50e47954e1af",
"src": "https://github.com/nvim-mini/mini.pick"
},
"nvim-jdtls": {
"rev": "77ccaeb422f8c81b647605da5ddb4a7f725cda90",
"src": "https://codeberg.org/mfussenegger/nvim-jdtls"
}
}
}