This commit is contained in:
linrongbin16
2023-12-11 11:36:00 +08:00
parent c435537143
commit 10c936d8cf
2 changed files with 19 additions and 2 deletions

View File

@@ -11,7 +11,24 @@
Tags generator/management for old school vimers in Neovim.
</i></p>
## ✏️ Development
## Install
<details>
<summary><b>With <a href="https://github.com/folke/lazy.nvim">lazy.nvim</a>.</b></summary>
```lua
require('lazy').setup({
{ "linrongbin16/gentags.nvim", opts = {} }
})
```
</details>
## Credits
- [vim-gutentags](https://github.com/ludovicchabant/vim-gutentags)
## Development
To develop the project and make PR, please setup with:
@@ -26,7 +43,7 @@ To run unit tests, please install below dependencies:
Then test with `vusted ./test`.
## 🎁 Contribute
## Contribute
Please open [issue](https://github.com/linrongbin16/gentags.nvim/issues)/[PR](https://github.com/linrongbin16/gentags.nvim/pulls) for anything about gentags.nvim.