Skip to content

Commit

Permalink
docs: add missing npins subcommand (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfarelcynthesis authored Feb 11, 2025
1 parent 39d4e77 commit c4cb29b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/manual/hacking/additional-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ Use:

Then run:

`npins --name <plugin name> github <owner> <repo> -b <branch>`
`npins add --name <plugin name> github <owner> <repo> -b <branch>`

Be sure to replace any non-alphanumeric characters with `-` for `--name`

For example

`npins --name lazydev-nvim github folke laztdev.nvim -b main`
`npins add --name lazydev-nvim github folke lazydev.nvim -b main`

You can now reference this plugin as a **string**.

Expand Down

0 comments on commit c4cb29b

Please sign in to comment.