added jdtls and newline to end of files

This commit is contained in:
2025-04-11 07:26:54 +02:00
parent 4db9e65e6f
commit a9d9c2199d
8 changed files with 15 additions and 2 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
return {
{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate" },
{ "hrsh7th/nvim-cmp" },
{ "hrsh7th/cmp-nvim-lsp" }
{ "hrsh7th/cmp-nvim-lsp" },
{ "mfussenegger/nvim-jdtls" } -- jdtls bindings for neovim
}