mhinz / neovim-remote

:ok_hand: Support for --remote and friends.
MIT License
1.73k stars 83 forks source link

Is this plugin still needed? #196

Open pidgeon777 opened 5 months ago

pidgeon777 commented 5 months ago

As the title says, given the latest nvim updates/versions.

ilan-schemoul commented 4 months ago

--remote

Nvim supports --remote : we can alias nvim="nvim --server $NVIM --remote" if there's no server nvim will starts locally and in embedded terminal it will open in the parent nvim instead of creating a new nvim in nvim.

--remote-wait

remote-wait is not yet supported by neovim (https://github.com/neovim/neovim/issues/24788)

Fugitive instead of git

Personally I don't need it as I use fugitive so I can just type something like this in the embedded terminal to get fugitive "nvim --server $NVIM --remote-send '<C->:G')"