mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 17:03:31 +02:00
plugins/copilot-vim: remove deprecation warning
This commit is contained in:
parent
eec8d6b1b2
commit
b30e8a1eda
1 changed files with 32 additions and 38 deletions
|
@ -3,8 +3,7 @@
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
} @ args:
|
} @ args:
|
||||||
with lib;
|
with lib; (
|
||||||
(
|
|
||||||
with (import ../helpers.nix {inherit lib;}).vim-plugin;
|
with (import ../helpers.nix {inherit lib;}).vim-plugin;
|
||||||
mkVimPlugin args {
|
mkVimPlugin args {
|
||||||
name = "copilot-vim";
|
name = "copilot-vim";
|
||||||
|
@ -41,8 +40,3 @@ with lib;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
// {
|
|
||||||
imports = [
|
|
||||||
(lib.mkRenamedOptionModule ["plugins" "copilot"] ["plugins" "copilot-vim"])
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue