Skip to content

Commit f88402d

Browse files
committed
plugins/coq-thirdparty: remove copilot
Pulled functionality into main
1 parent 1a1de27 commit f88402d

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

plugins/by-name/coq-thirdparty/default.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,6 @@ in
5757
src = "vimtex";
5858
short_name = "vTEX";
5959
}
60-
{
61-
src = "copilot";
62-
short_name = "COP";
63-
accept_key = "<c-f>";
64-
}
6560
{ src = "demo"; }
6661
];
6762
};

tests/test-sources/plugins/by-name/coq-thirdparty/default.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@
1717
src = "vimtex";
1818
short_name = "vTEX";
1919
}
20-
{
21-
src = "copilot";
22-
short_name = "COP";
23-
accept_key = "<c-f>";
24-
}
2520
{ src = "demo"; }
2621
];
2722
};

0 commit comments

Comments
 (0)