Update mfussenegger/nvim-ts-hint-textobject (#1134)

This commit is contained in:
NACAMURA Mitsuhiro 2024-04-14 18:10:40 +09:00 committed by GitHub
parent 57a3d13159
commit 58296d1ee7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -948,7 +948,7 @@ These colorschemes may not specialize in Tree-sitter directly but are written in
### Treesitter Based
- [mfussenegger/nvim-ts-hint-textobject](https://github.com/mfussenegger/nvim-ts-hint-textobject) - Region selection with hints on the AST nodes of a document powered by Treesitter.
- [mfussenegger/nvim-treehopper](https://github.com/mfussenegger/nvim-treehopper) - Region selection with hints on the AST nodes of a document powered by Treesitter.
- [ziontee113/syntax-tree-surfer](https://github.com/ziontee113/syntax-tree-surfer) - Navigate and swap Treesitter's AST Nodes. Step into, step out, step over, step back.
- [drybalka/tree-climber.nvim](https://github.com/drybalka/tree-climber.nvim) - Easy navigation around the Treesitter's tree that works in multi-language files and in normal mode.
- [atusy/treemonkey.nvim](https://github.com/atusy/treemonkey.nvim) - Region selection with Treesitter nodes.