treewide: vim-plugin -> plugins

This commit is contained in:
Matt Sturgeon 2024-12-22 09:58:27 +00:00
parent 5e9a6c00a9
commit 43a3171dec
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
71 changed files with 72 additions and 72 deletions

View file

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