nvim-treesitter-textobjects
Text objects plugin
Enables syntax-aware text objects in Neovim with tree-sitter support
2k stars
11 watching
201 forks
Language: Scheme
last commit: about 2 months ago
Linked from 1 awesome list
hacktoberfestluaneovimnvimtree-sitter
Related projects:
Repository | Description | Stars |
---|---|---|
rrethy/nvim-treesitter-textsubjects | A plugin that enables location-aware text objects in Neovim. | 523 |
ziontee113/syntax-tree-surfer | A plugin for Neovim's treesitter API that enables navigation and manipulation of document elements through an abstract syntax tree. | 474 |
rrethy/nvim-treesitter-endwise | Automatically adds closing tags to certain structures in code to improve readability and maintainability. | 357 |
andersevenrud/nvim_context_vt | Provides visual cues in Neovim text editors to highlight the context of code snippets | 378 |
wansmer/treesj | Plugin for splitting and joining blocks of code in text editors | 1,081 |
mfussenegger/nvim-treehopper | A plugin that provides region selection with hints on the abstract syntax tree of a document. | 438 |
joosepalviste/nvim-ts-context-commentstring | A Neovim plugin that dynamically sets comment strings based on the cursor location in files. | 1,186 |
roobert/tabtree.nvim | A Neovim plugin for navigating code elements such as brackets and quotes | 39 |
xiaoshihou514/squirrel.nvim | A plugin that uses Treesitter to quickly jump around in code using simple keystrokes. | 16 |
m-demare/hlargs.nvim | Highlights arguments' definitions and usages in source code. | 474 |
drybalka/tree-climber.nvim | A plugin for easy navigation around the syntax-tree produced by treesitter. | 143 |
chrisgrieser/nvim-various-textobjs | A collection of custom text objects for Neovim that enhance the editor's functionality | 626 |
nfrid/treesitter-utils | A collection of reusable Treesitter methods in Lua to simplify parsing and processing of text data | 9 |
hiphish/rainbow-delimiters.nvim | Provides syntax highlighting for Neovim with Tree-sitter | 595 |
cshuaimin/ssr.nvim | An extension plugin for Neovim that allows structural search and replace operations on code structures. | 939 |