plugins/coq-thirdparty: remove copilot

Pulled functionality into main
This commit is contained in:
Austin Horstman 2024-09-15 10:21:03 -05:00
parent 1a1de2779b
commit f88402d5a7
No known key found for this signature in database
2 changed files with 0 additions and 10 deletions

View file

@ -57,11 +57,6 @@ in
src = "vimtex";
short_name = "vTEX";
}
{
src = "copilot";
short_name = "COP";
accept_key = "<c-f>";
}
{ src = "demo"; }
];
};

View file

@ -17,11 +17,6 @@
src = "vimtex";
short_name = "vTEX";
}
{
src = "copilot";
short_name = "COP";
accept_key = "<c-f>";
}
{ src = "demo"; }
];
};