Skip to content

Commit

Permalink
docs: add panvimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
m4xshen committed Feb 23, 2024
1 parent 37e1158 commit 2310a12
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/panvimdoc.yml
Original file line number Diff line number Diff line change
@@ -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] <github-actions[bot]@users.noreply.github.com>"
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!-- panvimdoc-ignore-start -->

<h1 align="center">
autoclose.nvim
</h1>
Expand Down Expand Up @@ -46,6 +48,8 @@ Most functions work in both insert and command-line mode.

<img src="https://user-images.githubusercontent.com/74842863/208931561-b9170d08-0697-49b4-90fb-6d432e03c393.gif" width="500"/>

<!-- panvimdoc-ignore-end -->

## ⚡ Requirements

- Neovim >= [v0.7.0](https://github.com/neovim/neovim/releases/tag/v0.7.0)
Expand Down

0 comments on commit 2310a12

Please sign in to comment.