docs: fix broken link

This commit is contained in:
Ching Pei Yang 2024-10-22 15:32:57 +02:00
parent 1952f41632
commit 6664304f7e
No known key found for this signature in database
GPG key ID: 062FBBCE1D0C5DD9

View file

@ -92,7 +92,7 @@
description = '' description = ''
Lua code to run after plugin is loaded. This will be wrapped in a function. 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; default = null;
}; };