This commit is contained in:
2026-03-09 21:58:31 -04:00
parent 2815476822
commit 3f262adbb6
3 changed files with 7 additions and 0 deletions

View File

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

View File

@@ -3,6 +3,7 @@ vim.lsp.enable {
"gopls",
"lua_ls",
"clangd",
"jdtls",
"rust-analyzer",
}

View File

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