chore(doc): auto generate docs

This commit is contained in:
github-actions[bot] 2023-06-16 08:18:59 +00:00
parent ba6cb491d2
commit 8b4b4acfd8
1 changed files with 4 additions and 1 deletions

View File

@ -27,7 +27,10 @@ your `pluing-name`. Then develope your plugin. Enjoy!
TEST *nvim-plugin-template-nvim-plugin-template-test* TEST *nvim-plugin-template-nvim-plugin-template-test*
use vusted for test install by using `luarocks --lua-version=5.1 install use vusted for test install by using `luarocks --lua-version=5.1 install
vusted` then run `vusted test` for your test cases vusted` then run `vusted test` for your test cases.
create test case in test folder file rule is `foo_spec.lua` with `_spec` more
usage please check busted usage <https://lunarmodules.github.io/busted/>
CI *nvim-plugin-template-nvim-plugin-template-ci* CI *nvim-plugin-template-nvim-plugin-template-ci*