mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-17 07:43:21 +00:00
Compare commits
No commits in common. "1d670b269a98b589dca08703ff1ab984eb083136" and "e5aa9ee0c6e72b55d5a663d22529274714c65bbd" have entirely different histories.
1d670b269a
...
e5aa9ee0c6
1 changed files with 1 additions and 8 deletions
|
|
@ -172,14 +172,7 @@
|
||||||
description = "Lazy-load on colorscheme.";
|
description = "Lazy-load on colorscheme.";
|
||||||
};
|
};
|
||||||
|
|
||||||
lazy = mkOption {
|
lazy = mkBool false "Lazy-load manually, e.g. using `trigger_load`.";
|
||||||
type = nullOr bool;
|
|
||||||
default = null;
|
|
||||||
description = ''
|
|
||||||
Force enable/disable lazy-loading. `null` means only lazy-load if
|
|
||||||
a valid lazy-load condition is set e.g. `cmd`, `ft`, `keys` etc.
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
priority = mkOption {
|
priority = mkOption {
|
||||||
type = nullOr int;
|
type = nullOr int;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue