mirror of
https://github.com/rockerBOO/awesome-neovim
synced 2024-11-10 05:34:13 +00:00
Add drybalka/tree-climber.nvim
(#421)
This commit is contained in:
parent
644fb97d5a
commit
68a5b6700b
1 changed files with 2 additions and 1 deletions
|
@ -588,6 +588,7 @@ These colorschemes may not specialize in Tree-sitter directly but are written in
|
|||
- [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.
|
||||
- [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.
|
||||
|
||||
### Code Runner
|
||||
|
||||
|
@ -805,4 +806,4 @@ These tools are used externally to Neovim to enhance the experience.
|
|||
|
||||
## Resource
|
||||
|
||||
- [Neovimcraft](https://neovimcraft.com) - A site dedicated to searching for Neovim specific plugins and guides for building plugins in Lua.
|
||||
- [Neovimcraft](https://neovimcraft.com) - A site dedicated to searching for Neovim specific plugins and guides for building plugins in Lua.
|
||||
|
|
Loading…
Reference in a new issue