File tree Expand file tree Collapse file tree
lua/wezterm/types/plugins Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -159,6 +159,19 @@ jobs:
159159 ignorerawblocks : true
160160 docmapping : false
161161 docmappingprojectname : false
162+ - name : Run panvimdoc for lantern.md
163+ uses : kdheepak/panvimdoc@v4.0.1
164+ with :
165+ vimdoc : wezterm-types-plugin.lantern
166+ description : " `lantern` types"
167+ pandoc : docs/lantern.md
168+ toc : false
169+ demojify : true
170+ dedupsubheadings : false
171+ treesitter : true
172+ ignorerawblocks : true
173+ docmapping : false
174+ docmappingprojectname : false
162175 - name : Run panvimdoc for lib.md
163176 uses : kdheepak/panvimdoc@v4.0.1
164177 with :
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ This project also features type annotations for various WezTerm plugins.
7676| [ chord.wz] ( https://github.com/sravioli/chord.wz ) | [ docs/chord.md] ( ./docs/chord.md ) | [ : h wezterm-types-plugin.chord.txt] ( ./doc/wezterm-types-plugin.chord.txt ) |
7777| [ dev.wezterm] ( https://github.com/ChrisGVE/dev.wezterm ) | [ docs/dev.md] ( ./docs/dev.md ) | [ : h wezterm-types-plugin.dev.txt] ( ./doc/wezterm-types-plugin.dev.txt ) |
7878| [ kanagawa.wz] ( https://github.com/sravioli/kanagawa.wz ) | [ docs/kanagawa.md] ( ./docs/kanagawa.md ) | [ : h wezterm-types-plugin.kanagawa.txt] ( ./doc/wezterm-types-plugin.kanagawa.txt ) |
79+ | [ lantern.wz] ( https://github.com/sravioli/lantern.wz ) | [ docs/lantern.md] ( ./docs/lantern.md ) | [ : h wezterm-types-plugin.lantern.txt] ( ./doc/wezterm-types-plugin.lantern.txt ) |
7980| [ lib.wezterm] ( https://github.com/ChrisGVE/lib.wezterm ) | [ docs/lib.md] ( ./docs/lib.md ) | [ : h wezterm-types-plugin.lib.txt] ( ./doc/wezterm-types-plugin.lib.txt ) |
8081| [ listeners.wezterm] ( https://github.com/ChrisGVE/listeners.wezterm ) | [ docs/listeners.md] ( ./docs/listeners.md ) | [ : h wezterm-types-plugin.listeners.txt] ( ./doc/wezterm-types-plugin.listeners.txt ) |
8182| [ log.wz] ( https://github.com/sravioli/log.wz ) | [ docs/log.md] ( ./docs/log.md ) | [ : h wezterm-types-plugin.log.txt] ( ./doc/wezterm-types-plugin.log.txt ) |
Original file line number Diff line number Diff line change 1+ *wezterm-types-plugin.lantern.txt* `lantern` types
2+
3+ LANTERN.WZ ~
4+
5+ You can import type annotations for `sravioli/lantern.wz`
6+ <https://github.com/sravioli/lantern.wz > as shown below:
7+
8+ >lua
9+ ---@type Lantern
10+ local lantern = wezterm.plugin.require("https://github.com/sravioli/lantern.wz ")
11+ <
12+
13+ Generated by panvimdoc <https://github.com/kdheepak/panvimdoc >
14+
15+ vim:tw=78:ts=8:noet:ft=help:norl:
Original file line number Diff line number Diff line change @@ -93,6 +93,8 @@ This project also features type annotations for various WezTerm plugins.
9393
9494 kanagawa.wz docs/kanagawa.md :h wezterm-types-plugin.kanagawa.txt
9595
96+ lantern.wz docs/lantern.md :h wezterm-types-plugin.lantern.txt
97+
9698 lib.wezterm docs/lib.md :h wezterm-types-plugin.lib.txt
9799
98100 listeners.wezterm docs/listeners.md :h wezterm-types-plugin.listeners.txt
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ We will keep adding more community plugins as we find them.
1212- [ chord.wz] ( ./chord.md )
1313- [ dev.wezterm] ( ./dev.md )
1414- [ kanagawa.wz] ( ./kanagawa.md )
15+ - [ lantern.wz] ( ./lantern.md )
1516- [ lib.wezterm] ( ./lib.md )
1617- [ listeners.wezterm] ( ./listeners.md )
1718- [ log.wz] ( ./log.md )
Original file line number Diff line number Diff line change 1+ ### ` lantern.wz `
2+
3+ You can import type annotations for
4+ [ ` sravioli/lantern.wz ` ] ( https://github.com/sravioli/lantern.wz ) as shown below:
5+
6+ ``` lua
7+ --- @type Lantern
8+ local lantern = wezterm .plugin .require (" https://github.com/sravioli/lantern.wz" )
9+ ```
10+
11+ <!-- vim: set ts=2 sts=2 sw=2 et ai si sta: -->
You can’t perform that action at this time.
0 commit comments