diff --git a/.github/workflows/vimdoc.yml b/.github/workflows/vimdoc.yml new file mode 100644 index 0000000..aa70f45 --- /dev/null +++ b/.github/workflows/vimdoc.yml @@ -0,0 +1,21 @@ +name: Generate VimDoc +on: + push: + +jobs: + generate-doc: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - run: git pull + - name: panvimdoc + uses: kdheepak/panvimdoc@main + with: + vimdoc: cyberdream.nvim + version: "Neovim >= 0.9.0" + demojify: true + treesitter: true + - name: Push changes + uses: stefanzweifel/git-auto-commit-action@v4 + with: + commit_message: "chore: auto-generate vimdoc" diff --git a/doc/cyberdream.nvim.txt b/doc/cyberdream.nvim.txt new file mode 100644 index 0000000..e69de29