doc: Add installation options with lazy.nvim
This commit is contained in:
14
README.md
14
README.md
@@ -38,6 +38,20 @@
|
|||||||
|
|
||||||
Use your favorite package manager to install Neogen, e.g:
|
Use your favorite package manager to install Neogen, e.g:
|
||||||
|
|
||||||
|
### Lazy
|
||||||
|
|
||||||
|
```
|
||||||
|
{
|
||||||
|
"danymat/neogen",
|
||||||
|
dependencies = "nvim-treesitter/nvim-treesitter",
|
||||||
|
config = true,
|
||||||
|
-- Uncomment next line if you want to follow only stable versions
|
||||||
|
-- version = "*"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
### Packer
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
use {
|
use {
|
||||||
"danymat/neogen",
|
"danymat/neogen",
|
||||||
|
|||||||
Reference in New Issue
Block a user