mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
dev: custom type for extraPlugin module
This commit is contained in:
parent
eaab87d151
commit
2319ee082c
3 changed files with 25 additions and 1 deletions
|
@ -158,6 +158,11 @@ in {
|
|||
description = "List of plugins to optionally load";
|
||||
};
|
||||
|
||||
extraPlugins = mkOption {
|
||||
type = types.attrsOf nvim.types.extraPluginType;
|
||||
default = {};
|
||||
};
|
||||
|
||||
globals = mkOption {
|
||||
default = {};
|
||||
description = "Set containing global variable values";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue