From 48289b56bc27f5d515170c6390acb3d177d17bf7 Mon Sep 17 00:00:00 2001 From: xsh005 <90909185+xsh005@users.noreply.github.com> Date: Fri, 24 Nov 2023 13:04:52 +0000 Subject: [PATCH 1/5] Add `nvimdev/epo.nvim` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a1dc84378b..b83fe5bf9bd 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,7 @@ - [lukas-reineke/cmp-under-comparator](https://github.com/lukas-reineke/cmp-under-comparator) - A nvim-cmp function for better sorting. - [echasnovski/mini.nvim#mini.completion](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-completion.md) - Module of `mini.nvim` for asynchronous two-stage completion. Supports showing completion item info and independent function signature. - [vigoux/complementree.nvim](https://github.com/vigoux/complementree.nvim) - Light and synchronous completion plugin based on tree-sitter and with a functional-programming interface. +- [nvimdev/epo.nvim](https://github.com/nvimdev/epo.nvim) - Blazingly fast, minimal lsp auto-completion and snippet engine - [simrat39/rust-tools.nvim](https://github.com/simrat39/rust-tools.nvim) - Tools for better development in Rust using Neovim's builtin LSP. - [zbirenbaum/copilot.lua](https://github.com/zbirenbaum/copilot.lua) - Fully featured Lua replacement for [GitHub/copilot.vim](https://github.com/github/copilot.vim). From 4e71ea7e0b1fc00368c955f783fc41b4234d1b6c Mon Sep 17 00:00:00 2001 From: xsh005 <90909185+xsh005@users.noreply.github.com> Date: Fri, 24 Nov 2023 13:09:23 +0000 Subject: [PATCH 2/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b83fe5bf9bd..98644cbbfc4 100644 --- a/README.md +++ b/README.md @@ -989,6 +989,7 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [niuiic/format.nvim](https://github.com/niuiic/format.nvim) - An asynchronous, multitasking, and highly configurable formatting plugin. - [elentok/format-on-save.nvim](https://github.com/elentok/format-on-save.nvim) - A synchronous formatter that combines LSP and non-LSP formatting (e.g. shfmt, stylua, prettier), focused specifically on format-on-save. - [stevearc/conform.nvim](https://github.com/stevearc/conform.nvim) - A lightweight formatting engine that plays nice with LSP. +- [nvimdev/guard.nvim](https://github.com/nvimdev/guard.nvim) - Minimalist async formatting and linting utility for neovim. ### Indent From 18514ebe524363f8dd2263f06c0ac3c1da9cfecd Mon Sep 17 00:00:00 2001 From: xsh005 <90909185+xsh005@users.noreply.github.com> Date: Fri, 24 Nov 2023 13:11:33 +0000 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98644cbbfc4..b3ff6eae2c9 100644 --- a/README.md +++ b/README.md @@ -989,7 +989,7 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [niuiic/format.nvim](https://github.com/niuiic/format.nvim) - An asynchronous, multitasking, and highly configurable formatting plugin. - [elentok/format-on-save.nvim](https://github.com/elentok/format-on-save.nvim) - A synchronous formatter that combines LSP and non-LSP formatting (e.g. shfmt, stylua, prettier), focused specifically on format-on-save. - [stevearc/conform.nvim](https://github.com/stevearc/conform.nvim) - A lightweight formatting engine that plays nice with LSP. -- [nvimdev/guard.nvim](https://github.com/nvimdev/guard.nvim) - Minimalist async formatting and linting utility for neovim. +- [nvimdev/guard.nvim](https://github.com/nvimdev/guard.nvim) - Minimalist async formatting and linting plugin. ### Indent From 9d54e7cd665e17dff02ff1d971344ad88af8a6d4 Mon Sep 17 00:00:00 2001 From: xsh005 <90909185+xsh005@users.noreply.github.com> Date: Fri, 24 Nov 2023 13:12:47 +0000 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3ff6eae2c9..045c1bd4731 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ - [lukas-reineke/cmp-under-comparator](https://github.com/lukas-reineke/cmp-under-comparator) - A nvim-cmp function for better sorting. - [echasnovski/mini.nvim#mini.completion](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-completion.md) - Module of `mini.nvim` for asynchronous two-stage completion. Supports showing completion item info and independent function signature. - [vigoux/complementree.nvim](https://github.com/vigoux/complementree.nvim) - Light and synchronous completion plugin based on tree-sitter and with a functional-programming interface. -- [nvimdev/epo.nvim](https://github.com/nvimdev/epo.nvim) - Blazingly fast, minimal lsp auto-completion and snippet engine +- [nvimdev/epo.nvim](https://github.com/nvimdev/epo.nvim) - Blazingly fast, minimal lsp auto-completion and snippet engine. - [simrat39/rust-tools.nvim](https://github.com/simrat39/rust-tools.nvim) - Tools for better development in Rust using Neovim's builtin LSP. - [zbirenbaum/copilot.lua](https://github.com/zbirenbaum/copilot.lua) - Fully featured Lua replacement for [GitHub/copilot.vim](https://github.com/github/copilot.vim). From 0669e7c71438ff5d9ddd1d3e1cb11c1558d870ad Mon Sep 17 00:00:00 2001 From: xsh005 <90909185+xsh005@users.noreply.github.com> Date: Sat, 25 Nov 2023 13:33:50 +0000 Subject: [PATCH 5/5] Update README.md Co-authored-by: Thomas Versteeg --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 045c1bd4731..d68a0bac297 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ - [lukas-reineke/cmp-under-comparator](https://github.com/lukas-reineke/cmp-under-comparator) - A nvim-cmp function for better sorting. - [echasnovski/mini.nvim#mini.completion](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-completion.md) - Module of `mini.nvim` for asynchronous two-stage completion. Supports showing completion item info and independent function signature. - [vigoux/complementree.nvim](https://github.com/vigoux/complementree.nvim) - Light and synchronous completion plugin based on tree-sitter and with a functional-programming interface. -- [nvimdev/epo.nvim](https://github.com/nvimdev/epo.nvim) - Blazingly fast, minimal lsp auto-completion and snippet engine. +- [nvimdev/epo.nvim](https://github.com/nvimdev/epo.nvim) - Blazingly fast, minimal LSP auto-completion and snippet engine. - [simrat39/rust-tools.nvim](https://github.com/simrat39/rust-tools.nvim) - Tools for better development in Rust using Neovim's builtin LSP. - [zbirenbaum/copilot.lua](https://github.com/zbirenbaum/copilot.lua) - Fully featured Lua replacement for [GitHub/copilot.vim](https://github.com/github/copilot.vim).