From 3a559d4f7e121df3e660bcbeb040bff6de7d6c17 Mon Sep 17 00:00:00 2001 From: sitiom Date: Sat, 2 Jul 2022 16:15:21 +0800 Subject: [PATCH] Add `kylechui/nvim-surround` (#474) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 985cbf5..216ed5b 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,7 @@ Neovim supports a wide variety of UI's. - [nvim-treesitter/nvim-treesitter-textobjects](https://github.com/nvim-treesitter/nvim-treesitter-textobjects) - Create your own textobjects using tree-sitter queries. - [RRethy/nvim-treesitter-textsubjects](https://github.com/RRethy/nvim-treesitter-textsubjects) - Location and syntax aware text objects which _do what you mean_. +- [kylechui/nvim-surround](https://github.com/kylechui/nvim-surround) - A plugin for adding/changing/deleting surrounding delimiter pairs. - [echasnovski/mini.nvim#mini.surround](https://github.com/echasnovski/mini.nvim#minisurround) - Module of `mini.nvim` for working with text surroundings (add, delete, replace, find, highlight). Fully supports dot-repeat. - [m-demare/hlargs.nvim](https://github.com/m-demare/hlargs.nvim) - Highlight arguments' definitions and usages, using Treesitter.