mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-12 20:13:19 +00:00
docs: add missing npins subcommand (#623)
This commit is contained in:
parent
39d4e7796b
commit
c4cb29b7a3
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@ Use:
|
||||||
|
|
||||||
Then run:
|
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`
|
Be sure to replace any non-alphanumeric characters with `-` for `--name`
|
||||||
|
|
||||||
For example
|
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**.
|
You can now reference this plugin as a **string**.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue