fix(copilot): use full name of nvim-cmp plugin

This commit is contained in:
Will Norris 2023-03-17 20:57:07 -07:00
parent bcdcfab020
commit b3316adbbd

View file

@ -13,7 +13,7 @@ return {
-- copilot cmp source
{
"nvim-cmp",
"hrsh7th/nvim-cmp",
dependencies = {
{
"zbirenbaum/copilot-cmp",