Update doc url in lazyConfig submodule option description.
This commit is contained in:
parent
ac43fae727
commit
bb65c51755
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ in
|
|||
lazyConfig = mkOption {
|
||||
type = types.attrs;
|
||||
default = { };
|
||||
description = ''Lazy configuration. See: https://github.com/folke/lazy.nvim?tab=readme-ov-file#%EF%B8%8F-configuration'';
|
||||
description = ''Lazy configuration. See: https://lazy.folke.io/configuration'';
|
||||
};
|
||||
lazyPlugins = mkOption {
|
||||
type =
|
||||
|
|
Loading…
Reference in a new issue