mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-25 02:08:40 +02:00
helpers/vim-plugin/mkVimPlugin: don't accept random parameters
This commit is contained in:
parent
81ff1f8f6f
commit
6a77a9edd3
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ with lib; {
|
||||||
# config
|
# config
|
||||||
extraPlugins ? [],
|
extraPlugins ? [],
|
||||||
extraPackages ? [],
|
extraPackages ? [],
|
||||||
...
|
|
||||||
}: let
|
}: let
|
||||||
cfg = config.plugins.${name};
|
cfg = config.plugins.${name};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue