docs(readme): link to custom handler in discussions (#57)

readme no longer goes to someone's messy personal configuration
where a handler is displayed with no explanation, and instead
goes to their actual post on the topic on the lz.n board
This commit is contained in:
Birdee
2024-08-19 12:57:28 -07:00
committed by GitHub
parent 78fb61c6e7
commit c2e5c361ed
+1 -1
View File
@@ -363,7 +363,7 @@ Here are some examples for extending `lz.n`:
A module loader that searches opt plugins
and call `lz.n` hooks to ensure proper
plugin initialisation.
- [A custom `lz.n.Handler`](https://github.com/BirdeeHub/birdeeSystems/blob/a38a1c2d9b8d4b44382eba094d3504817c8a3296/common/birdeevim/lua/birdee/on_require.lua)
- [A custom `lz.n.Handler`](https://github.com/nvim-neorocks/lz.n/discussions/25)
that auto-loads on `require`, allowing users
to specify modules.