From 9a5318c0e18e65a3eaf5e4882e49043dab2ef127 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 23 Oct 2021 17:40:38 +0800 Subject: add plugin cmp-buffer --- lua/plugins.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/plugins.lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index 45e2227..c506353 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -39,6 +39,7 @@ require("packer").startup({ use {"hrsh7th/cmp-nvim-lua", after = "nvim-cmp"} use {"hrsh7th/cmp-path", after = "nvim-cmp"} + use {"hrsh7th/cmp-buffer", after = "nvim-cmp"} use {"quangnguyen30192/cmp-nvim-ultisnips", after = {'nvim-cmp', 'ultisnips'}} if vim.g.is_mac then use {"hrsh7th/cmp-emoji", after = 'nvim-cmp'} -- cgit v1.2.3