# gentags.nvim

Neovim luarocks ci.yml codecov

Tags generator/management for old school vimers in Neovim.

## Install
With lazy.nvim. ```lua require('lazy').setup({ { "linrongbin16/gentags.nvim", opts = {} } }) ```
## Credits - [vim-gutentags](https://github.com/ludovicchabant/vim-gutentags) ## Development To develop the project and make PR, please setup with: - [lua_ls](https://github.com/LuaLS/lua-language-server). - [stylua](https://github.com/JohnnyMorganz/StyLua). - [luarocks](https://luarocks.org/). - [luacheck](https://github.com/mpeterv/luacheck). To run unit tests, please install below dependencies: - [vusted](https://github.com/notomo/vusted). Then test with `vusted ./test`. ## Contribute Please open [issue](https://github.com/linrongbin16/gentags.nvim/issues)/[PR](https://github.com/linrongbin16/gentags.nvim/pulls) for anything about gentags.nvim. Like gentags.nvim? Consider [![Github Sponsor](https://img.shields.io/badge/-Sponsor%20Me%20on%20Github-magenta?logo=github&logoColor=white)](https://github.com/sponsors/linrongbin16) [![Wechat Pay](https://img.shields.io/badge/-Tip%20Me%20on%20WeChat-brightgreen?logo=wechat&logoColor=white)](https://github.com/linrongbin16/lin.nvim/wiki/Sponsor) [![Alipay](https://img.shields.io/badge/-Tip%20Me%20on%20Alipay-blue?logo=alipay&logoColor=white)](https://github.com/linrongbin16/lin.nvim/wiki/Sponsor)