plugins/nvim-cmp,copilot-cmp: change plugin for copilot completion source

This commit is contained in:
Gaetan Lepage 2023-06-22 10:21:24 +02:00 committed by Gaétan Lepage
parent 660c865928
commit 0c0c3b2d9d
3 changed files with 68 additions and 1 deletions

View file

@ -49,7 +49,7 @@ in
"npm" = "cmp-npm";
"cmp-clippy" = "cmp-clippy";
"cmp_tabnine" = "cmp-tabnine";
"copilot" = "cmp-copilot";
"copilot" = "copilot-cmp";
"dap" = "cmp-dap";
"emoji" = "cmp-emoji";
"greek" = "cmp-greek";