mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-13 10:44:34 +02:00
plugins/copilot-cmp: move to by-name, migrate to mkNeovimPlugin
This commit is contained in:
parent
7aed1c4b57
commit
5d6e83d8ab
5 changed files with 87 additions and 74 deletions
11
tests/test-sources/plugins/by-name/copilot-cmp/default.nix
Normal file
11
tests/test-sources/plugins/by-name/copilot-cmp/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.copilot-cmp.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
plugins.copilot-cmp = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue