From 1fd5e6db7a1cd1298d884f54c56aa0dbbc4d0eb4 Mon Sep 17 00:00:00 2001 From: TheLeoP Date: Sun, 29 Jun 2025 15:24:08 -0500 Subject: [PATCH] docs: update treesitter integration information on README --- README.md | 29 ++++------------------------- 1 file changed, 4 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 74ed72a..10e9027 100644 --- a/README.md +++ b/README.md @@ -153,32 +153,11 @@ match-up has support for language syntax provided by tree-sitter. The list of supported languages is available [here](https://github.com/andymass/vim-matchup/tree/master/after/queries). -This feature requires manual opt-in in your init.vim and requires -[nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) to -be installed. +This feature is automatically enabled if you are using Neovim. And does not +require other plugins to work. -```vim -Plug 'nvim-treesitter/nvim-treesitter' -lua <