diff options
| author | jdhao <jdhao@hotmail.com> | 2022-05-04 17:11:34 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-05-04 17:11:34 +0800 |
| commit | 58102f182a62b78105296ca9e3be80c50b257363 (patch) | |
| tree | 788eda6c7cdec790da27003b50a7a03a3aa4da03 /lua/plugins.lua | |
| parent | 9e284f58cb0e17e4b6fb095c3379444fb20a92ff (diff) | |
fix nvim-cmp issue, see hrsh7th/nvim-cmp#964
Diffstat (limited to 'lua/plugins.lua')
| -rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index dc95231..fab5e4f 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", after = "lspkind-nvim", config = [[require('config.nvim-cmp')]]} + use {"hrsh7th/nvim-cmp", commit = "2aa7eee", after = "lspkind-nvim", config = [[require('config.nvim-cmp')]]} -- nvim-cmp completion sources use {"hrsh7th/cmp-nvim-lsp", after = "nvim-cmp"} |
