kiyoon / treemux

A modern file explorer (Nvim-Tree) as a Tmux sidebar, with dynamic updates and bi-directional interaction.
MIT License
133 stars 1 forks source link

Allow for different editors. #4

Open zhellsh opened 6 months ago

zhellsh commented 6 months ago

I have an issue with this plug-in. Sure, it is great. But... I want it to respect the value set in $EDITOR. I have no hate against nvim, but all of my plugins are stuck with vim and I do not want to change to nvim. Love the plugin!

kiyoon commented 2 months ago

I'm really sorry but this is out of scope.

It is not as simple as just changing the command from nvim to vim. Currently I'm using pynvim to interact with remove neovim instances which won't work smoothly with vim. Also if the $EDITOR is something else like helix it gets way more complicated..