diff --git a/modules/wrapper/lazy/lazy.nix b/modules/wrapper/lazy/lazy.nix index 5f20c12..9b97bb8 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; };