From 6664304f7e77d2b3a8b5caf345b73ac4e5543f31 Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Tue, 22 Oct 2024 15:32:57 +0200 Subject: [PATCH] docs: fix broken link --- modules/wrapper/lazy/lazy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wrapper/lazy/lazy.nix b/modules/wrapper/lazy/lazy.nix index 52ed9c3f..e16a8aa2 100644 --- a/modules/wrapper/lazy/lazy.nix +++ b/modules/wrapper/lazy/lazy.nix @@ -92,7 +92,7 @@ description = '' Lua code to run after plugin is loaded. This will be wrapped in a function. - If [](#opt-vim.lazy.plugins._.setupModule) is provided, the setup will be ran before `after`. + If [](#opt-vim.lazy.plugins._name_.setupModule) is provided, the setup will be ran before `after`. ''; default = null; };