SaaSHub helps you find the best software and product alternatives Learn more →
Treesj Alternatives
Similar projects and alternatives to treesj
-
mini.nvim
Library of 40+ independent Lua modules improving overall Neovim (version 0.8 and higher) experience with minimal effort
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
AstroNvim
AstroNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins
-
which-key.nvim
💥 Create key bindings that stick. WhichKey helps you remember your Neovim keymaps, by showing available keybindings in a popup as you type.
-
trouble.nvim
🚦 A pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing.
-
vim-matchup
vim match-up: even better % :facepunch: navigate and highlight matching words :facepunch: modern matchit and matchparen. Supports both vim and neovim + tree-sitter.
-
-
-
-
-
nvim-trevJ.lua
Nvim-plugin for doing the opposite of join-line (J) of arguments, powered by treesitter
-
-
-
smart-splits.nvim
🧠 Smart, seamless, directional navigation and resizing of Neovim + terminal multiplexer splits. Supports tmux, Wezterm, and Kitty. Think about splits in terms of "up/down/left/right".
-
-
-
-
-
-
treesj discussion
treesj reviews and mentions
-
Set it and forget it plugins?
Wansmer/treesj and/or CKolkey/ts-node-action - very useful for lua tables and stuff
-
Plugin/method to spread one line onto multiple lines
There are at least these: - mini.splitjoin which works based on Lua patterns without tree-sitter (occasional false positive in parsing arguments, but doesn't require tree-sitter). - Wansmer/treesj which works based on tree-sitter parsing. - CKolkey/ts-node-action - more general tree-sitter actions (also requires tree-sitter parser installed and loaded).
-
Video: 5 Neovim Plugins To Improve Your Productivity
TreeSJ: https://github.com/Wansmer/treesj
-
How to implement a custom code modification (LSP vs TreeSitter)
If you insist on a treesitter solution, there's alternatives like treesj, but I don't know what they can handle exactly.
-
TreeSJ: big update of plugin for split/join
Here are implementation how use “splitjoin.vim” as fallback, if current language no support in TreeSJ: https://github.com/Wansmer/treesj/discussions/19
-
mini.splitjoin - split and join arguments
Mostly for these reasons: - Implementation with tree-sitter requires maintenance of language-specific settings. Either in the form of tree-sitter queries or some other one (like 'Wansmer/treesj') . - It doesn't work inside in buffers without tree-sitter. - It doesn't work inside comments and strings in buffers with tree-sitter. The work in comments is an important one for me (not really sure why, but I find annoying to have to uncomment, split, and then comment again). - It is consistent with how 'mini.ai' implements argument textobject.
-
New Plugin: splitjoin.nvim 🪓🧷
I've been using https://github.com/Wansmer/treesj and haven't really had any problems with it. Were you aware of this plugin and, if so, did you have issues with it?
-
New Plugin Preview! Treesitter Node Action
there is also https://github.com/Wansmer/treesj for those looking for alternatives / inspiration.
-
Introduce TreeSJ: Neovim plugin for splitting/joining blocks of code
Thanks for sharing! Now I opened discussions on repo, you can post it there: https://github.com/Wansmer/treesj/discussions
-
A note from our sponsor - SaaSHub
www.saashub.com | 17 Jan 2025
Stats
Wansmer/treesj is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of treesj is Lua.