From cc97f02607291b4d82d48b14109acc484c0e9bd2 Mon Sep 17 00:00:00 2001 From: pml68 Date: Mon, 29 Apr 2024 22:10:40 +0200 Subject: feat: disable scrollbar for nvim-cmp, add cmp-buffer plugin and source --- lua/pml68/plugins.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/pml68/plugins.lua') diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua index 4c206a9..f2be37e 100644 --- a/lua/pml68/plugins.lua +++ b/lua/pml68/plugins.lua @@ -42,6 +42,7 @@ local plugins = { end, }, "hrsh7th/cmp-nvim-lsp", + "hrsh7th/cmp-buffer", "hrsh7th/cmp-path" }, config = function() -- cgit v1.2.3