Files
init.lua/lua/plugins/lsp.lua
T
2025-05-03 09:54:12 +02:00

10 lines
243 B
Lua

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