added cmp-buffer

This commit is contained in:
2025-05-03 09:54:12 +02:00
parent b07f1aaf35
commit 5e6716e263
+1
View File
@@ -1,6 +1,7 @@
return { return {
{ "neovim/nvim-lspconfig" }, { "neovim/nvim-lspconfig" },
{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate" }, { "nvim-treesitter/nvim-treesitter", build = ":TSUpdate" },
{ "hrsh7th/cmp-buffer"},
{ "hrsh7th/nvim-cmp" }, { "hrsh7th/nvim-cmp" },
{ "hrsh7th/cmp-nvim-lsp" }, { "hrsh7th/cmp-nvim-lsp" },
{ "mfussenegger/nvim-jdtls" } -- jdtls bindings for neovim { "mfussenegger/nvim-jdtls" } -- jdtls bindings for neovim