doc: Add installation options with lazy.nvim

This commit is contained in:
danymat
2022-12-25 15:42:22 +00:00
parent 91b093f11f
commit 711f8b9541

View File

@@ -38,6 +38,20 @@
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
use {
"danymat/neogen",