mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-19 18:31:18 +00:00
modules/wrapper(rc): expose pluginRC
This commit is contained in:
parent
a2d50daa0c
commit
14449aecdb
1 changed files with 1 additions and 2 deletions
|
|
@ -137,10 +137,9 @@ in {
|
|||
};
|
||||
|
||||
pluginRC = mkOption {
|
||||
internal = true;
|
||||
type = either (dagOf lines) str;
|
||||
default = {};
|
||||
description = "The internal DAG used to configure plugins";
|
||||
description = "The DAG used to configure plugins. If a string is passed, entryAnywhere is automatically applied.";
|
||||
};
|
||||
|
||||
luaConfigPre = mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue