Add ziontee113/syntax-tree-surfer (#376)

* Update README.md

* Update README.md
This commit is contained in:
Alejandro Hernandez 2022-04-25 08:45:11 -04:00 committed by GitHub
parent 83abcb8770
commit 1ad0f3a4c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -568,6 +568,7 @@ These colorschemes may not specialize in Tree-sitter directly but are written in
- [mini.jump](https://github.com/echasnovski/mini.nvim#minijump) - Module of [echasnovski/mini.nvim](https://github.com/echasnovski/mini.nvim) for smarter jumping to a single character.
- [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.
- [rlane/pounce.nvim](https://github.com/rlane/pounce.nvim) - An EasyMotion-like plugin for quick cursor movement using fuzzy search.
- [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.
### Code Runner