Skip to content

Commit bc4f986

Browse files
authored
Merge branch 'main' into events
2 parents b0a1e98 + 4b19c59 commit bc4f986

18 files changed

Lines changed: 12029 additions & 10784 deletions

.github/workflows/luarocks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: LuaRocks Upload
1313
uses: nvim-neorocks/luarocks-tag-release@v7.2.0
1414
with:
15-
version: "3.2.0"
15+
version: "3.3.0"
1616
license: "MIT"
1717
detailed_description: |
1818
LuaCATS-like Lua Language Server type annotations for your WezTerm config

.github/workflows/panvimdoc_plugins.yml

Lines changed: 39 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: panvimdoc
1+
name: panvimdoc plugins
22
on:
33
push:
44
branches:
@@ -55,6 +55,19 @@ jobs:
5555
ignorerawblocks: true
5656
docmapping: false
5757
docmappingprojectname: false
58+
- name: Run panvimdoc for attention.md
59+
uses: kdheepak/panvimdoc@v4.0.1
60+
with:
61+
vimdoc: wezterm-types-plugin.attention
62+
description: "`attention` types"
63+
pandoc: docs/attention.md
64+
toc: false
65+
demojify: true
66+
dedupsubheadings: false
67+
treesitter: true
68+
ignorerawblocks: true
69+
docmapping: false
70+
docmappingprojectname: false
5871
- name: Run panvimdoc for bar.md
5972
uses: kdheepak/panvimdoc@v4.0.1
6073
with:
@@ -159,6 +172,19 @@ jobs:
159172
ignorerawblocks: true
160173
docmapping: false
161174
docmappingprojectname: false
175+
- name: Run panvimdoc for log.md
176+
uses: kdheepak/panvimdoc@v4.0.1
177+
with:
178+
vimdoc: wezterm-types-plugin.log
179+
description: "`log` types"
180+
pandoc: docs/log.md
181+
toc: false
182+
demojify: true
183+
dedupsubheadings: false
184+
treesitter: true
185+
ignorerawblocks: true
186+
docmapping: false
187+
docmappingprojectname: false
162188
- name: Run panvimdoc for memo.md
163189
uses: kdheepak/panvimdoc@v4.0.1
164190
with:
@@ -406,38 +432,38 @@ jobs:
406432
ignorerawblocks: true
407433
docmapping: false
408434
docmappingprojectname: false
409-
- name: Run panvimdoc for wez-pain-control.md
435+
- name: Run panvimdoc for warp.md
410436
uses: kdheepak/panvimdoc@v4.0.1
411437
with:
412-
vimdoc: wezterm-types-plugin.wez-pain-control
413-
description: "`wez-pain-control` types"
414-
pandoc: docs/wez-pain-control.md
438+
vimdoc: wezterm-types-plugin.warp
439+
description: "`warp` types"
440+
pandoc: docs/warp.md
415441
toc: false
416442
demojify: true
417443
dedupsubheadings: false
418444
treesitter: true
419445
ignorerawblocks: true
420446
docmapping: false
421447
docmappingprojectname: false
422-
- name: Run panvimdoc for wez-tmux.md
448+
- name: Run panvimdoc for wez-pain-control.md
423449
uses: kdheepak/panvimdoc@v4.0.1
424450
with:
425-
vimdoc: wezterm-types-plugin.wez-tmux
426-
description: "`wez-tmux` types"
427-
pandoc: docs/wez-tmux.md
451+
vimdoc: wezterm-types-plugin.wez-pain-control
452+
description: "`wez-pain-control` types"
453+
pandoc: docs/wez-pain-control.md
428454
toc: false
429455
demojify: true
430456
dedupsubheadings: false
431457
treesitter: true
432458
ignorerawblocks: true
433459
docmapping: false
434460
docmappingprojectname: false
435-
- name: Run panvimdoc for wezterm-attention.md
461+
- name: Run panvimdoc for wez-tmux.md
436462
uses: kdheepak/panvimdoc@v4.0.1
437463
with:
438-
vimdoc: wezterm-types-plugin.wezterm-attention
439-
description: "`wezterm-attention` types"
440-
pandoc: docs/wezterm-attention.md
464+
vimdoc: wezterm-types-plugin.wez-tmux
465+
description: "`wez-tmux` types"
466+
pandoc: docs/wez-tmux.md
441467
toc: false
442468
demojify: true
443469
dedupsubheadings: false

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Changelog
22

3+
## [v3.3.0-1](https://github.com/DrKJeff16/wezterm-types/tree/v3.3.0-1) (2026-04-10)
4+
5+
[Full Changelog](https://github.com/DrKJeff16/wezterm-types/compare/v3.2.0-1...v3.3.0-1)
6+
7+
**Implemented enhancements:**
8+
9+
- feat\(log.wz\): add type annotations [\#155](https://github.com/DrKJeff16/wezterm-types/pull/155) ([sravioli](https://github.com/sravioli))
10+
- feat\(warp.wz\): add type annotations [\#154](https://github.com/DrKJeff16/wezterm-types/pull/154) ([DrKJeff16](https://github.com/DrKJeff16))
11+
- docs: add plugin PR instructions [\#152](https://github.com/DrKJeff16/wezterm-types/pull/152) ([DrKJeff16](https://github.com/DrKJeff16))
12+
- fix\(plugins.wezterm-attention\): sync with plugin's changes [\#151](https://github.com/DrKJeff16/wezterm-types/pull/151) ([DrKJeff16](https://github.com/DrKJeff16))
13+
14+
**Merged pull requests:**
15+
16+
- feat\(nerdfonts\): add icon preview to type def [\#153](https://github.com/DrKJeff16/wezterm-types/pull/153) ([KevinSilvester](https://github.com/KevinSilvester))
17+
- feat\(nerdfonts\): add missing nerdfonts [\#150](https://github.com/DrKJeff16/wezterm-types/pull/150) ([KevinSilvester](https://github.com/KevinSilvester))
18+
19+
## [v3.2.0-1](https://github.com/DrKJeff16/wezterm-types/tree/v3.2.0-1) (2026-04-07)
20+
21+
[Full Changelog](https://github.com/DrKJeff16/wezterm-types/compare/v3.1.0-1...v3.2.0-1)
22+
23+
**Implemented enhancements:**
24+
25+
- feat\(memo.wz\): add type annotations [\#149](https://github.com/DrKJeff16/wezterm-types/pull/149) ([DrKJeff16](https://github.com/DrKJeff16))
26+
- feat\(kanagawa.wz\): add type annotations [\#148](https://github.com/DrKJeff16/wezterm-types/pull/148) ([DrKJeff16](https://github.com/DrKJeff16))
27+
28+
## [v3.1.0-1](https://github.com/DrKJeff16/wezterm-types/tree/v3.1.0-1) (2026-04-06)
29+
30+
[Full Changelog](https://github.com/DrKJeff16/wezterm-types/compare/v3.0.1-1...v3.1.0-1)
31+
32+
**Implemented enhancements:**
33+
34+
- feat\(passrelay.wezterm\): add type annotations [\#146](https://github.com/DrKJeff16/wezterm-types/pull/146) ([DrKJeff16](https://github.com/DrKJeff16))
35+
- feat\(wezterm-attention\): add type annotations [\#145](https://github.com/DrKJeff16/wezterm-types/pull/145) ([DrKJeff16](https://github.com/DrKJeff16))
36+
- feat\(tab-information\): add missing `panes` field to `TabInformation` [\#144](https://github.com/DrKJeff16/wezterm-types/pull/144) ([KevinSilvester](https://github.com/KevinSilvester))
37+
338
## [v3.0.1-1](https://github.com/DrKJeff16/wezterm-types/tree/v3.0.1-1) (2026-03-21)
439

540
[Full Changelog](https://github.com/DrKJeff16/wezterm-types/compare/v3.0.0-1...v3.0.1-1)

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ This project also features type annotations for various WezTerm plugins.
8080
| [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) |
8181
| [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) |
8282
| [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) |
83+
| [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) |
8384
| [memo.wz](https://github.com/sravioli/memo.wz) | [docs/memo.md](./docs/memo.md) | [:h wezterm-types-plugin.memo.txt](./doc/wezterm-types-plugin.memo.txt) |
8485
| [modal.wezterm](https://github.com/MLFlexer/modal.wezterm) | [docs/modal.md](./docs/modal.md) | [:h wezterm-types-plugin.modal.txt](./doc/wezterm-types-plugin.modal.txt) |
8586
| [passrelay.wezterm](https://github.com/dfaerch/passrelay.wezterm) | [docs/passrelay.md](./docs/passrelay.md) | [:h wezterm-types-plugin.passrelay.txt](./doc/wezterm-types-plugin.passrelay.txt) |
@@ -97,10 +98,11 @@ This project also features type annotations for various WezTerm plugins.
9798
| [tabline.wez](https://github.com/michaelbrusegard/tabline.wez) | [docs/tabline.md](./docs/tabline.md) | [:h wezterm-types-plugin.tabline.txt](./doc/wezterm-types-plugin.tabline.txt) |
9899
| [tabsets.wezterm](https://github.com/srackham/tabsets.wezterm) | [docs/tabsets.md](./docs/tabsets.md) | [:h wezterm-types-plugin.tabsets.txt](./doc/wezterm-types-plugin.tabsets.txt) |
99100
| [toggle_terminal.wez](https://github.com/zsh-sage/toggle_terminal.wez) | [docs/toggle-terminal.md](./docs/toggle-terminal.md) | [:h wezterm-types-plugin.toggle-terminal.txt](./doc/wezterm-types-plugin.toggle-terminal.txt) |
101+
| [warp.wz](https://github.com/sravioli/warp.wz) | [docs/warp.md](./docs/warp.md) | [:h wezterm-types-plugin.warp.txt](./doc/wezterm-types-plugin.warp.txt) |
100102
| [wez-pain-control](https://github.com/sei40kr/wez-pain-control) | [docs/wez-pain-control.md](./docs/wez-pain-control.md) | [:h wezterm-types-plugin.wez-pain-control.txt](./doc/wezterm-types-plugin.wez-pain-control.txt) |
101103
| [wez-tmux](https://github.com/sei40kr/wez-tmux) | [docs/wez-tmux.md](./docs/wez-tmux.md) | [:h wezterm-types-plugin.wez-tmux.txt](./doc/wezterm-types-plugin.wez-tmux.txt) |
102104
| [wezterm-agent-deck](https://github.com/Eric162/wezterm-agent-deck) | [docs/agent-deck.md](./docs/agent-deck.md) | [:h wezterm-types-plugin.agent-deck.txt](./doc/wezterm-types-plugin.agent-deck.txt) |
103-
| [wezterm-attention](https://github.com/pro-vi/wezterm-attention) | [docs/wezterm-attention.md](./docs/wezterm-attention.md) | [:h wezterm-types-plugin.wezterm-attention.txt](./doc/wezterm-types-plugin.wezterm-attention.txt) |
105+
| [wezterm-attention](https://github.com/pro-vi/wezterm-attention) | [docs/attention.md](./docs/attention.md) | [:h wezterm-types-plugin.wezterm-attention.txt](./doc/wezterm-types-plugin.wezterm-attention.txt) |
104106
| [wezterm-cmd-sender](https://github.com/aureolebigben/wezterm-cmd-sender) | [docs/cmd-sender.md](./docs/cmd-sender.md) | [:h wezterm-types-plugin.cmd-sender.txt](./doc/wezterm-types-plugin.cmd-sender.txt) |
105107
| [wezterm-cmdpicker](https://github.com/abidibo/wezterm-cmdpicker) | [docs/cmdpicker.md](./docs/cmdpicker.md) | [:h wezterm-types-plugin.cmdpicker.txt](./doc/wezterm-types-plugin.cmdpicker.txt) |
106108
| [wezterm-config.nvim](https://github.com/winter-again/wezterm-config.nvim) | [docs/wezterm-config.md](./docs/wezterm-config.md) | [:h wezterm-types-plugin.wezterm-config.txt](./doc/wezterm-types-plugin.wezterm-config.txt) |

doc/wezterm-types-plugin.wezterm-attention.txt renamed to doc/wezterm-types-plugin.attention.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*wezterm-types-plugin.wezterm-attention.txt* `wezterm-attention` types
1+
*wezterm-types-plugin.attention.txt* `attention` types
22

33
WEZTERM-ATTENTION ~
44

doc/wezterm-types-plugin.log.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
*wezterm-types-plugin.log.txt* `log` types
2+
3+
LOG.WZ ~
4+
5+
You can import type annotations for `sravioli/log.wz`
6+
<https://github.com/sravioli/log.wz> as shown below:
7+
8+
>lua
9+
---@type Log.API
10+
local log = wezterm.plugin.require("https://github.com/sravioli/log.wz")
11+
<
12+
13+
Generated by panvimdoc <https://github.com/kdheepak/panvimdoc>
14+
15+
vim:tw=78:ts=8:noet:ft=help:norl:

doc/wezterm-types-plugin.warp.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
*wezterm-types-plugin.warp.txt* `warp` types
2+
3+
WARP.WZ ~
4+
5+
You can import type annotations for `sravioli/warp.wz`
6+
<https://github.com/sravioli/warp.wz> as shown below:
7+
8+
>lua
9+
---@type Warp
10+
local warp = wezterm.plugin.require("https://github.com/sravioli/warp.wz")
11+
<
12+
13+
Generated by panvimdoc <https://github.com/kdheepak/panvimdoc>
14+
15+
vim:tw=78:ts=8:noet:ft=help:norl:

doc/wezterm-types.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*wezterm-types.txt* For NVIM >=v0.7.0 Last change: 2026 April 08
1+
*wezterm-types.txt* For NVIM >=v0.7.0 Last change: 2026 April 10
22

33
==============================================================================
44
1. wezterm-types *wezterm-types-wezterm-types*
@@ -95,6 +95,8 @@ This project also features type annotations for various WezTerm plugins.
9595

9696
listeners.wezterm docs/listeners.md :h wezterm-types-plugin.listeners.txt
9797

98+
log.wz docs/log.md :h wezterm-types-plugin.log.txt
99+
98100
memo.wz docs/memo.md :h wezterm-types-plugin.memo.txt
99101

100102
modal.wezterm docs/modal.md :h wezterm-types-plugin.modal.txt
@@ -130,13 +132,15 @@ This project also features type annotations for various WezTerm plugins.
130132

131133
toggle_terminal.wez docs/toggle-terminal.md :h wezterm-types-plugin.toggle-terminal.txt
132134

135+
warp.wz docs/warp.md :h wezterm-types-plugin.warp.txt
136+
133137
wez-pain-control docs/wez-pain-control.md :h wezterm-types-plugin.wez-pain-control.txt
134138

135139
wez-tmux docs/wez-tmux.md :h wezterm-types-plugin.wez-tmux.txt
136140

137141
wezterm-agent-deck docs/agent-deck.md :h wezterm-types-plugin.agent-deck.txt
138142

139-
wezterm-attention docs/wezterm-attention.md :h wezterm-types-plugin.wezterm-attention.txt
143+
wezterm-attention docs/attention.md :h wezterm-types-plugin.wezterm-attention.txt
140144

141145
wezterm-cmd-sender docs/cmd-sender.md :h wezterm-types-plugin.cmd-sender.txt
142146

docs/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ We will keep adding more community plugins as we find them.
1313
- [kanagawa.wz](./kanagawa.md)
1414
- [lib.wezterm](./lib.md)
1515
- [listeners.wezterm](./listeners.md)
16+
- [log.wz](./log.md)
1617
- [memo.wz](./memo.md)
1718
- [modal.wezterm](./modal.md)
1819
- [passrelay.wezterm](./passrelay.md)
@@ -30,10 +31,11 @@ We will keep adding more community plugins as we find them.
3031
- [tabline.wez](./tabline.md)
3132
- [tabsets.wezterm](./tabsets.md)
3233
- [toggle_terminal.wez](./toggle-terminal.md)
34+
- [warp.wz](./warp.md)
3335
- [wez-pain-control](./wez-pain-control.md)
3436
- [wez-tmux](./wez-tmux.md)
3537
- [wezterm-agent-deck](./agent-deck.md)
36-
- [wezterm-attention](./wezterm-attention.md)
38+
- [wezterm-attention](./attention.md)
3739
- [wezterm-cmd-sender](./cmd-sender.md)
3840
- [wezterm-cmdpicker](./cmdpicker.md)
3941
- [wezterm-config.nvim](./wezterm-config.md)
File renamed without changes.

0 commit comments

Comments
 (0)