squirrel.nvim
Code jumper
A plugin that uses Treesitter to quickly jump around in code using simple keystrokes.
Jump around quickly using treesitter!
16 stars
1 watching
0 forks
Language: Lua
last commit: 12 months ago
Linked from 1 awesome list
neovimneovim-plugin
Related projects:
Repository | Description | Stars |
---|---|---|
cshuaimin/ssr.nvim | An extension plugin for Neovim that allows structural search and replace operations on code structures. | 939 |
nvim-treesitter/nvim-treesitter-textobjects | Enables syntax-aware text objects in Neovim with tree-sitter support | 2,227 |
mawkler/refjump.nvim | A plugin for Neovim to jump between LSP references in Lua code. | 46 |
wansmer/treesj | Plugin for splitting and joining blocks of code in text editors | 1,076 |
roobert/tabtree.nvim | A Neovim plugin for navigating code elements such as brackets and quotes | 39 |
niuiic/code-shot.nvim | A plugin that captures and saves code snippets from Neovim files to the clipboard or a file. | 62 |
rachartier/tiny-code-action.nvim | A plugin for Neovim to visualize and run code actions | 174 |
drybalka/tree-climber.nvim | A plugin for easy navigation around the syntax-tree produced by treesitter. | 143 |
rrethy/nvim-treesitter-textsubjects | A plugin that enables location-aware text objects in Neovim. | 522 |
stevearc/aerial.nvim | A plugin that provides a code outline window for navigation and quick skimming of source code. | 1,796 |
mfussenegger/nvim-treehopper | A plugin that provides region selection with hints on the abstract syntax tree of a document. | 438 |
bekaboo/dropbar.nvim | An IDE-like feature for displaying breadcrumbs in an integrated development environment (IDE) like Neovim. | 1,076 |
ggandor/leap-spooky.nvim | Provides remote operations on Vim's native text objects through atomic bundles of leaping motions and selections. | 278 |
folke/twilight.nvim | A plugin for Neovim 0.5 that dims inactive code portions using TreeSitter. | 1,309 |
gsuuon/tshjkl.nvim | A plugin for Neovim that provides an interactive tree-sitter mode for navigating and selecting nodes in code with hjkl movement keys. | 107 |