From 213ad8e71330db4f99fb095ee34b97931a75433e Mon Sep 17 00:00:00 2001 From: vzytoi <65293868+vzytoi@users.noreply.github.com> Date: Fri, 27 Aug 2021 19:33:20 +0200 Subject: [PATCH] error in nvim-treesitter-textobjects name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14a6b39..3982d62 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ Neovim supports a wide variety of UI's. ### Syntax - [nvim-treesitter/nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) - Nvim Treesitter configurations and abstraction layer. -- [nvim-treesitter/nvim-treesitter-textobject](https://github.com/nvim-treesitter/nvim-treesitter-textobjects) - Create your own textobjects using tree-sitter queries. +- [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_. - [blackCauldron7/surround.nvim](https://github.com/blackCauldron7/surround.nvim) - A surround text object plugin for neovim written in lua.