From 3b7a11cb427057682826854aaae457b30b19be27 Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Sun, 6 Oct 2024 22:43:06 +0200 Subject: [PATCH] fixup! lazy: init module --- 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 5f20c12f..9b97bb8a 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.plugins.*.setupModule` is provided, the setup will be ran before `after`. + If [](#opt-vim.lazy.plugins._.setupModule) is provided, the setup will be ran before `after`. ''; default = null; };