Update docs/manual/hacking/additional-plugins.md

Co-authored-by: diniamo <55629891+diniamo@users.noreply.github.com>
This commit is contained in:
Ching Pei Yang 2024-10-18 10:40:14 +02:00 committed by GitHub
parent 88393d6a78
commit e7cc55225a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -127,7 +127,7 @@ vim.your-plugin.setupOpts = {
## Lazy plugins {#sec-lazy-plugins}
If your plugin can be lazy-loaded, you should use `vim.lazy.plugins` to add your plugin. Lazy
If the plugin can be lazy-loaded, `vim.lazy.plugins` should be used to add it. Lazy
plugins are managed by `lz.n`.
```nix