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`. diff --git a/README.md b/README.md index ad46e49..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) @@ -26,6 +27,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.