doc: fix lazy.plugins initial naming example

This commit is contained in:
Marlon Rosenberg 2026-01-23 13:37:19 +01:00
commit 3db5692a2c

View file

@ -19,7 +19,7 @@ hooks should do what you need.
```nix ```nix
{ {
config.vim.lazy.plugins = { config.vim.lazy.plugins = {
aerial.nvim = { "aerial.nvim" = {
# ^^^^^^^^^ this name should match the package.pname or package.name # ^^^^^^^^^ this name should match the package.pname or package.name
package = aerial-nvim; package = aerial-nvim;