8 lines
187 B
Lua
8 lines
187 B
Lua
return {
|
|
{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate" },
|
|
{ "hrsh7th/nvim-cmp" },
|
|
{ "hrsh7th/cmp-nvim-lsp" },
|
|
{ "mfussenegger/nvim-jdtls" } -- jdtls bindings for neovim
|
|
}
|
|
|