From 9fa6a52d307010a0447043c3870f1bdcc9ce21f3 Mon Sep 17 00:00:00 2001 From: gbprod Date: Wed, 20 Jul 2022 09:39:08 +0200 Subject: [PATCH] Add `gbprod/stay-in-place.nvim` (#495) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c04861d..a9c73f5 100644 --- a/README.md +++ b/README.md @@ -705,6 +705,7 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [anuvyklack/pretty-fold.nvim](https://github.com/anuvyklack/pretty-fold.nvim) - Foldtext customization and folded region preview. - [bennypowers/nvim-regexplainer](https://github.com/bennypowers/nvim-regexplainer) - Explain the regular expression under the cursor. - [linty-org/readline.nvim](https://github.com/linty-org/readline.nvim) - Readline keyboard shortcuts for Neovim. +- [gbprod/stay-in-place.nvim](https://github.com/gbprod/stay-in-place.nvim) - Neovim plugin that prevent cursor from moving when using shift and filter actions. ### Formatting @@ -838,4 +839,4 @@ These tools are used externally to Neovim to enhance the experience. ## Resource -- [Neovimcraft](https://neovimcraft.com) - A site dedicated to searching for Neovim specific plugins and guides for building plugins in Lua. \ No newline at end of file +- [Neovimcraft](https://neovimcraft.com) - A site dedicated to searching for Neovim specific plugins and guides for building plugins in Lua.