Files
init.lua/lua/plugins/lsp.lua
T
2025-04-15 22:21:09 +02:00

9 lines
217 B
Lua

return {
{ "neovim/nvim-lspconfig" },
{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate" },
{ "hrsh7th/nvim-cmp" },
{ "hrsh7th/cmp-nvim-lsp" },
{ "mfussenegger/nvim-jdtls" } -- jdtls bindings for neovim
}