mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +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
|
||||
until it finds the file.
|
||||
'';
|
||||
|
||||
default = {
|
||||
enable = false;
|
||||
updateRoot = false;
|
||||
ignoreList = [];
|
||||
};
|
||||
default = {};
|
||||
|
||||
type = types.submodule {
|
||||
options = {
|
||||
|
@ -175,6 +170,7 @@ with builtins; {
|
|||
`update_focused_file.enable` are `true`.
|
||||
'';
|
||||
type = with types; listOf str;
|
||||
default = [];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue