Update doc url in lazyConfig submodule option description.

This commit is contained in:
Kevin Baensch 2024-11-28 16:25:33 +01:00
parent ac43fae727
commit bb65c51755
Signed by: derped
GPG key ID: C0F1D326C7626543

View file

@ -215,7 +215,7 @@ in
lazyConfig = mkOption { lazyConfig = mkOption {
type = types.attrs; type = types.attrs;
default = { }; 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 { lazyPlugins = mkOption {
type = type =