mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
plugins/coq-thirdparty: remove copilot
Pulled functionality into main
This commit is contained in:
parent
1a1de2779b
commit
f88402d5a7
2 changed files with 0 additions and 10 deletions
5
plugins/by-name/coq-thirdparty/default.nix
vendored
5
plugins/by-name/coq-thirdparty/default.nix
vendored
|
@ -57,11 +57,6 @@ in
|
|||
src = "vimtex";
|
||||
short_name = "vTEX";
|
||||
}
|
||||
{
|
||||
src = "copilot";
|
||||
short_name = "COP";
|
||||
accept_key = "<c-f>";
|
||||
}
|
||||
{ src = "demo"; }
|
||||
];
|
||||
};
|
||||
|
|
|
@ -17,11 +17,6 @@
|
|||
src = "vimtex";
|
||||
short_name = "vTEX";
|
||||
}
|
||||
{
|
||||
src = "copilot";
|
||||
short_name = "COP";
|
||||
accept_key = "<c-f>";
|
||||
}
|
||||
{ src = "demo"; }
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue