mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-23 05:40:44 +00:00
dev: move defaults inside submodules
This commit is contained in:
parent
bb76a26c1b
commit
745088159c
1 changed files with 2 additions and 6 deletions
|
@ -149,12 +149,7 @@ with builtins; {
|
||||||
Update the focused file on `BufEnter`, un-collapses the folders recursively
|
Update the focused file on `BufEnter`, un-collapses the folders recursively
|
||||||
until it finds the file.
|
until it finds the file.
|
||||||
'';
|
'';
|
||||||
|
default = {};
|
||||||
default = {
|
|
||||||
enable = false;
|
|
||||||
updateRoot = false;
|
|
||||||
ignoreList = [];
|
|
||||||
};
|
|
||||||
|
|
||||||
type = types.submodule {
|
type = types.submodule {
|
||||||
options = {
|
options = {
|
||||||
|
@ -175,6 +170,7 @@ with builtins; {
|
||||||
`update_focused_file.enable` are `true`.
|
`update_focused_file.enable` are `true`.
|
||||||
'';
|
'';
|
||||||
type = with types; listOf str;
|
type = with types; listOf str;
|
||||||
|
default = [];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue