We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
panvimdoc_plugins.yml
1 parent bb40b2c commit ba83244Copy full SHA for ba83244
1 file changed
.github/workflows/panvimdoc_plugins.yml
@@ -94,6 +94,19 @@ jobs:
94
ignorerawblocks: true
95
docmapping: false
96
docmappingprojectname: false
97
+ - name: Run panvimdoc for chord.md
98
+ uses: kdheepak/panvimdoc@v4.0.1
99
+ with:
100
+ vimdoc: wezterm-types-plugin.chord
101
+ description: "`chord` types"
102
+ pandoc: docs/chord.md
103
+ toc: false
104
+ demojify: true
105
+ dedupsubheadings: false
106
+ treesitter: true
107
+ ignorerawblocks: true
108
+ docmapping: false
109
+ docmappingprojectname: false
110
- name: Run panvimdoc for cmd-sender.md
111
uses: kdheepak/panvimdoc@v4.0.1
112
with:
0 commit comments