Skip to content

Added helper functions and default keybind for showing icons. #10

Added helper functions and default keybind for showing icons.

Added helper functions and default keybind for showing icons. #10

Workflow file for this run

name: panvimdoc
on: [push]
jobs:
custom_test:
runs-on: ubuntu-latest
name: pandoc to vimdoc
steps:
- uses: actions/checkout@v2
- name: panvimdoc
uses: kdheepak/[email protected]
with:
vimdoc: dired
pandoc: README.md
treesitter: true
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Auto generate docs"
branch: ${{ github.head_ref }}