CKolkey / ts-node-action

Neovim Plugin for running functions on nodes.
359 stars 20 forks source link

Similar plugin: `Wansmer/treesj` #55

Open hinell opened 1 year ago

hinell commented 1 year ago

Hi!

I just came across your plugin. It's really nice! Just wanted to tell you that there is actually a similar one: Wansmer/treesj.

You may want to unite efforts to create a unified version tree-sitter node editor.

Cheers! :smirk:

CKolkey commented 1 year ago

Hey hey :) Yeah, I'm familiar. I'd say the biggest difference is that his plugin focuses on the splitting/joining, whereas this one is (at least as far as I see it) a framework for running a functional transformation on a ts-node. One such function is splitting, or joining, but you can do anything really.

Anyways, they're really similar, I'll give you that :) I'm mostly focused on Neogit or ... work... right now, so I don't really work on this much anyways. It does everything I need for it to do, so... until I think of something to add, I'm alright leaving it as is

hinell commented 12 months ago

Just letting you know. Of course treesj is a subset of what ts-node-action can do. Best.