mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
helpers/vim-plugin/mkVimPlugin: remove useless 'with types;'
This commit is contained in:
parent
6a77a9edd3
commit
bd6e7e969e
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ with nixvimUtils; rec {
|
||||||
mkOption {
|
mkOption {
|
||||||
type = with types;
|
type = with types;
|
||||||
submodule {
|
submodule {
|
||||||
freeformType = with types; attrsOf anything;
|
freeformType = attrsOf anything;
|
||||||
inherit options;
|
inherit options;
|
||||||
};
|
};
|
||||||
default = {};
|
default = {};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue