From 34f9b2dd2d4906e93b44620c49a2dd557fd670a3 Mon Sep 17 00:00:00 2001 From: Michael Brusegard <56915010+michaelbrusegard@users.noreply.github.com> Date: Mon, 9 Sep 2024 12:07:22 +0200 Subject: [PATCH 1/3] feat: wezterm-config.nvim plugin --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ad46e49..170f18d 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ - [xarvex/presentation.wez](https://github.com/xarvex/presentation.wez) - Rather simple presentation mode toggle. +## Neovim + +- [winter-again/wezterm-config.nvim](https://github.com/winter-again/wezterm-config.nvim) - Interact with the WezTerm configuration directly from Neovim. + ## Session - [MLFlexer/resurrect.wezterm](https://github.com/MLFlexer/resurrect.wezterm) - Save and restore the state of windows, tabs and panes. From f070e9af566514a1f1fd37cf0b6618e89bb81ac7 Mon Sep 17 00:00:00 2001 From: Michael Brusegard <56915010+michaelbrusegard@users.noreply.github.com> Date: Mon, 9 Sep 2024 12:14:32 +0200 Subject: [PATCH 2/3] chore: add to TOC --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 170f18d..d87d9f4 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ - [Keybinding](#keybinding) - [Media](#media) +- [Neovim](#neovim) - [Session](#session) - [Tab bar](#tab-bar) - [Utility](#utility) From f9b3e9e17ebd77791470a218ba712d9bd4499960 Mon Sep 17 00:00:00 2001 From: Michael Brusegard <56915010+michaelbrusegard@users.noreply.github.com> Date: Mon, 9 Sep 2024 12:17:50 +0200 Subject: [PATCH 3/3] ci: cleared up some confusing part of PR tempate regarding Neovim --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 76b4e45..732cb15 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,7 +4,7 @@ ### Checklist -- [ ] The plugin is specifically built for WezTerm. +- [ ] The plugin is specifically built for WezTerm. It is okay if it has a Neovim counterpart, if it has a part specifically built for being installed in WezTerm. - [ ] The lines end with a `.`. This is to conform to `awesome-list` linting and requirements. - [ ] The title of the pull request is ``Add/Update/Remove `username/repo` `` (notice the backticks around `` `username/repo` ``) when adding a new plugin. - [ ] The description doesn't mention that it's a WezTerm plugin, it's obvious from the rest of the document. No mentions of the word `plugin` unless it's related to something else. No `.. for WezTerm`.