mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
helpers/vim-plugin/mkVimPlugin: refactor
This commit is contained in:
parent
66c069c48d
commit
3c174e874c
20 changed files with 739 additions and 744 deletions
|
@ -3,11 +3,7 @@
|
|||
nixvimOptions,
|
||||
}:
|
||||
with lib; {
|
||||
mkVimPlugin = {
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
mkVimPlugin = config: {
|
||||
name,
|
||||
description ? null,
|
||||
package ? null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue