Merge remote-tracking branch 'origin/main' into autodetect_type

This commit is contained in:
danymat
2023-01-03 01:09:41 +01:00
4 changed files with 29 additions and 28 deletions

View File

@@ -38,6 +38,20 @@
Use your favorite package manager to install Neogen, e.g:
### Lazy
```lua
{
"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",