Skip to content

Commit 80ae673

Browse files
committed
fix(plugins.attention): renamed wezterm-attention
Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
1 parent f3f6f17 commit 80ae673

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/panvimdoc_plugins.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -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:
@@ -445,19 +458,6 @@ jobs:
445458
ignorerawblocks: true
446459
docmapping: false
447460
docmappingprojectname: false
448-
- name: Run panvimdoc for wezterm-attention.md
449-
uses: kdheepak/panvimdoc@v4.0.1
450-
with:
451-
vimdoc: wezterm-types-plugin.wezterm-attention
452-
description: "`wezterm-attention` types"
453-
pandoc: docs/wezterm-attention.md
454-
toc: false
455-
demojify: true
456-
dedupsubheadings: false
457-
treesitter: true
458-
ignorerawblocks: true
459-
docmapping: false
460-
docmappingprojectname: false
461461
- name: Run panvimdoc for wezterm-config.md
462462
uses: kdheepak/panvimdoc@v4.0.1
463463
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ This project also features type annotations for various WezTerm plugins.
101101
| [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) |
102102
| [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) |
103103
| [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) |
104-
| [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) |
104+
| [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) |
105105
| [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) |
106106
| [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) |
107107
| [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) |
File renamed without changes.

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ We will keep adding more community plugins as we find them.
3434
- [wez-pain-control](./wez-pain-control.md)
3535
- [wez-tmux](./wez-tmux.md)
3636
- [wezterm-agent-deck](./agent-deck.md)
37-
- [wezterm-attention](./wezterm-attention.md)
37+
- [wezterm-attention](./attention.md)
3838
- [wezterm-cmd-sender](./cmd-sender.md)
3939
- [wezterm-cmdpicker](./cmdpicker.md)
4040
- [wezterm-config.nvim](./wezterm-config.md)
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)