mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-15 07:45:59 +01: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 {
|
pluginRC = mkOption {
|
||||||
internal = true;
|
|
||||||
type = either (dagOf lines) str;
|
type = either (dagOf lines) str;
|
||||||
default = {};
|
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 {
|
luaConfigPre = mkOption {
|
||||||
|
|
Loading…
Reference in a new issue