mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
update nvim-cmp conf
The issue has been fixed by the maintainer.
This commit is contained in:
parent
58102f182a
commit
6cea10fcc5
@ -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"}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user