mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-29 06:18:45 +02:00
create helpers.toLuaObject
This commit is contained in:
parent
18d6f8da5f
commit
005df95e7b
2 changed files with 28 additions and 4 deletions
|
@ -35,7 +35,7 @@ in
|
|||
|
||||
extraPlugins = mkOption {
|
||||
type = with types; listOf (either package pluginWithConfigType);
|
||||
default = [ ];
|
||||
default = [];
|
||||
description = "List of vim plugins to install.";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue