mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-28 14:04:29 +00:00
doc: fix lazy.plugins initial naming example
This commit is contained in:
parent
bebdddb571
commit
3db5692a2c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue