mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(copilot): use full name of nvim-cmp plugin
This commit is contained in:
parent
bcdcfab020
commit
b3316adbbd
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ return {
|
||||||
|
|
||||||
-- copilot cmp source
|
-- copilot cmp source
|
||||||
{
|
{
|
||||||
"nvim-cmp",
|
"hrsh7th/nvim-cmp",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
{
|
{
|
||||||
"zbirenbaum/copilot-cmp",
|
"zbirenbaum/copilot-cmp",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue