aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2022-05-04 23:14:06 +0800
committerjdhao <jdhao@hotmail.com>2022-05-04 23:14:06 +0800
commit6cea10fcc5e2243592433a80bd3866f00687d463 (patch)
tree6a494ed6b07550621b6529bac9eaf78dc7096347 /lua
parent58102f182a62b78105296ca9e3be80c50b257363 (diff)
update nvim-cmp conf
The issue has been fixed by the maintainer.
Diffstat (limited to 'lua')
-rw-r--r--lua/plugins.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index fab5e4f..dc95231 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -26,7 +26,7 @@ require("packer").startup({
use({"onsails/lspkind-nvim", event = "VimEnter"})
-- auto-completion engine
- use {"hrsh7th/nvim-cmp", commit = "2aa7eee", after = "lspkind-nvim", config = [[require('config.nvim-cmp')]]}
+ use {"hrsh7th/nvim-cmp", after = "lspkind-nvim", config = [[require('config.nvim-cmp')]]}
-- nvim-cmp completion sources
use {"hrsh7th/cmp-nvim-lsp", after = "nvim-cmp"}