From 10c936d8cf66fb22f07898b8a9f571bc3f12fcde Mon Sep 17 00:00:00 2001 From: linrongbin16 Date: Mon, 11 Dec 2023 11:36:00 +0800 Subject: [PATCH] chore --- README.md | 21 +++++++++++++++++++-- lua/gentags/json.lua | 0 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 lua/gentags/json.lua diff --git a/README.md b/README.md index 17f7cd4..fd5c7f6 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,24 @@ Tags generator/management for old school vimers in Neovim.

-## ✏️ Development +## 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: @@ -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. diff --git a/lua/gentags/json.lua b/lua/gentags/json.lua new file mode 100644 index 0000000..e69de29