From ed630b563ff85ca5aa2bcfdbc5b2c1f3b6729fa0 Mon Sep 17 00:00:00 2001 From: rkmiec Date: Wed, 20 Sep 2023 11:25:17 +0200 Subject: [PATCH] Update `willothy/wezterm.nvim` (#874) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Robert Kmieć --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8f8816..07566a8 100644 --- a/README.md +++ b/README.md @@ -662,7 +662,7 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [LoricAndre/OneTerm.nvim](https://github.com/LoricAndre/OneTerm.nvim) - Plugin framework for running commands in the terminal. - [nikvdp/neomux](https://github.com/nikvdp/neomux) - Control Neovim from shells running inside Neovim. - [willothy/flatten.nvim](https://github.com/willothy/flatten.nvim) - Open files from terminal buffers in your current Neovim instance instead of launching a nested instance. -- [willothy/wezterm.nvim](https://github.com/willothy/.nvim) - Functions for interacting with Wezterm. +- [willothy/wezterm.nvim](https://github.com/willothy/wezterm.nvim) - Functions for interacting with Wezterm. - [akinsho/nvim-toggleterm.lua](https://github.com/akinsho/nvim-toggleterm.lua) - A Neovim Lua plugin to help easily manage multiple terminal windows. - [norcalli/nvim-terminal.lua](https://github.com/norcalli/nvim-terminal.lua) - A high performance filetype mode which leverages conceal and highlights your buffer with the correct color codes. - [numToStr/FTerm.nvim](https://github.com/numToStr/FTerm.nvim) - No nonsense floating terminal written in Lua.