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 cf4eaeb commit 72b8420Copy full SHA for 72b8420
1 file changed
.github/workflows/panvimdoc_plugins.yml
@@ -406,6 +406,19 @@ jobs:
406
ignorerawblocks: true
407
docmapping: false
408
docmappingprojectname: false
409
+ - name: Run panvimdoc for warp.md
410
+ uses: kdheepak/panvimdoc@v4.0.1
411
+ with:
412
+ vimdoc: wezterm-types-plugin.warp
413
+ description: "`warp` types"
414
+ pandoc: docs/warp.md
415
+ toc: false
416
+ demojify: true
417
+ dedupsubheadings: false
418
+ treesitter: true
419
+ ignorerawblocks: true
420
+ docmapping: false
421
+ docmappingprojectname: false
422
- name: Run panvimdoc for wez-pain-control.md
423
uses: kdheepak/panvimdoc@v4.0.1
424
with:
0 commit comments