plugins/copilot-cmp: move to by-name, migrate to mkNeovimPlugin

This commit is contained in:
Gaetan Lepage 2024-12-19 00:15:42 +01:00
parent 7aed1c4b57
commit 5d6e83d8ab
5 changed files with 87 additions and 74 deletions

View file

@ -0,0 +1,11 @@
{
empty = {
plugins.copilot-cmp.enable = true;
};
defaults = {
plugins.copilot-cmp = {
enable = true;
};
};
}