From 5e6716e2637bcca21028f0fc0d84278432af43e1 Mon Sep 17 00:00:00 2001 From: anth64 Date: Sat, 3 May 2025 09:54:12 +0200 Subject: [PATCH] added cmp-buffer --- lua/plugins/lsp.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index bd83f07..d429af8 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -1,6 +1,7 @@ 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