treewide (cleaning): helpers.vim-plugin -> lib.nixvim.vim-plugin

This commit is contained in:
Gaetan Lepage 2024-12-15 20:28:52 +01:00 committed by nix-infra-bot
parent e54833d2f7
commit 78e295fa41
35 changed files with 36 additions and 36 deletions

View file

@ -5,8 +5,8 @@
...
}:
with lib;
with helpers.vim-plugin;
helpers.vim-plugin.mkVimPlugin {
with lib.nixvim.vim-plugin;
lib.nixvim.vim-plugin.mkVimPlugin {
name = "copilot-vim";
packPathName = "copilot.vim";
globalPrefix = "copilot_";