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 4a6518b commit 00ca70cCopy full SHA for 00ca70c
1 file changed
.github/workflows/panvimdoc_plugins.yml
@@ -601,6 +601,19 @@ jobs:
601
ignorerawblocks: true
602
docmapping: false
603
docmappingprojectname: false
604
+ - name: Run panvimdoc for widgets.md
605
+ uses: kdheepak/panvimdoc@v4.0.1
606
+ with:
607
+ vimdoc: wezterm-types-plugin.widgets
608
+ description: "`widgets` types"
609
+ pandoc: docs/widgets.md
610
+ toc: false
611
+ demojify: true
612
+ dedupsubheadings: false
613
+ treesitter: true
614
+ ignorerawblocks: true
615
+ docmapping: false
616
+ docmappingprojectname: false
617
- name: Run panvimdoc for workspace-picker.md
618
uses: kdheepak/panvimdoc@v4.0.1
619
with:
0 commit comments