diff --git a/.github/workflows/panvimdoc.yml b/.github/workflows/panvimdoc.yml new file mode 100644 index 0000000..7c254a0 --- /dev/null +++ b/.github/workflows/panvimdoc.yml @@ -0,0 +1,26 @@ +name: panvimdoc + +on: + push: + pull_request: + +jobs: + docs: + runs-on: ubuntu-latest + if: ${{ github.ref == 'refs/heads/main' }} + steps: + - uses: actions/checkout@v3 + - name: panvimdoc + uses: kdheepak/panvimdoc@main + with: + vimdoc: autoclose.nvim + version: "Neovim >= 0.7.0" + demojify: true + treesitter: true + - name: Push changes + uses: stefanzweifel/git-auto-commit-action@v4 + with: + commit_message: "chore(build): auto-generate vimdoc" + commit_user_name: "github-actions[bot]" + commit_user_email: "github-actions[bot]@users.noreply.github.com" + commit_author: "github-actions[bot] " diff --git a/README.md b/README.md index c1cc27e..eb56839 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + +

autoclose.nvim

@@ -46,6 +48,8 @@ Most functions work in both insert and command-line mode. + + ## ⚡ Requirements - Neovim >= [v0.7.0](https://github.com/neovim/neovim/releases/tag/v0.7.0)