Skip to content

docs: mention nvim-web-devicons in settings #99

docs: mention nvim-web-devicons in settings

docs: mention nvim-web-devicons in settings #99

Workflow file for this run

name: generate panvimdocs
on:
push:
branches:
- main
jobs:
docs:
runs-on: ubuntu-latest
name: pandoc to vimdoc
steps:
- uses: actions/checkout@v2
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: grapple
version: "NVIM v0.9.0"
demojify: true
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore(docs): auto generate docs"
branch: ${{ github.head_ref }}