From b9b08d776b91d0e141f86d774ebeb1847051cf88 Mon Sep 17 00:00:00 2001 From: tonycheang Date: Sun, 4 Oct 2020 13:53:17 -0700 Subject: [PATCH] fix: readme link to nvim-treesitter-textobjects --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54f0b8331..ada2b19bf 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ EOF Other modules can be installed as plugins. - [refactor](https://github.com/nvim-treesitter/nvim-treesitter-refactor) - Refactoring and definition modules -- [textobjects](https://github.com/nvim-treesitter/nvim-treesitter-refactor) - Textobjects defined by tree-sitter queries +- [textobjects](https://github.com/nvim-treesitter/nvim-treesitter-textobjects) - Textobjects defined by tree-sitter queries - [playground](https://github.com/nvim-treesitter/playground) - Treesitter integrated playground # Extra features