[New Feature] nvim --remote

preview_player
Показать описание
New feature that landed recently in neovim core. nvim --listen, nvim --server and nvim --remote.

Thanks for watching! :)

#neovim #features #programming #vim
Рекомендации по теме
Комментарии
Автор

Yo!! This is awesome for us remote workers!

smccrode
Автор

You are doing God's work to the neovim project with these videos, keep 'em coming! Also, it would be cool to have a video explaining why neovim works so well as an Open Source endeavor, it seems like other open source devs/maintainers could learn a thing or two from y'all.

hogstudio
Автор

really cool. What I've always wanted to have with neovim is having on instance running in the background, then opening neovim on a terminal would always connect to that instance, but closing the terminal would only close that "frontend" neovim. the point would be no startup times because it's always running, and persisting after closing the terminal.

RicardoRebelo
Автор

This is really exciting to have in neovim now, all the custom shell script ideas are already running in my head.

SkyKosiner
Автор

Glad to see nvim still working towards feature parity and this in particular looks pretty cool so far

mattbutler
Автор

Nice to see it! I've been using mhinz/neovim-remote for years, even used it to sync registers with Zsh's vi mode. Definitely looking forward to it being built in!

GammaFn.
Автор

I was literally looking something like this up yesterday. Crazy coincidence.

KatzRool
Автор

yayy! what an awesome feature!! 🥰🥰 I'll try to find cool uses for it

lucy-pero
Автор

i usse this with vim always, so i'm glad to see this in nvim

gavinvales
Автор

yooo that has so much potential (omg twitch chat controls neovim stream)

randomcubestuff
Автор

That's cool! Can neovim work with docker dev containers? Would you demo it, TJ? Thanks.

xdgdpch
Автор

nice finally I am using Neovim as code editor for Godot, there is a python script that add this back to Neovim but I am more then happy that this is back to Neovim proper

nerdydrow
Автор

Are you able to stream input from one instance to another?

I could imagine that we could build a super dooper pair programming app with this feature.

ThePrimeagen
Автор

I had no idea this was a missing vim feature, I have been using neovim-remote for this behavior but it was always very slow and buggy not to mention the project has stopped development. Very nice. (reposting because the comment got filtered)

EliteTester
Автор

pair programming in vim is coming :) natively

wuilliam
Автор

Damn that's cool. So many sweet use-cases I can think of that use this. Does this open the doors to collaborative editing in the future?

maxverb
Автор

Wow, what if the could be vim --listen on server and nvim --remote locally! As most servers do not have nvim.

gjermundification
Автор

Awesome feature,
I can already hear primeagen screaming..

window.location
Автор

I'm sure I can pipe errors from a terminal to dmenu to remote neovim and puzzle an IDE this way.
I got to do it.

theodorealenas
Автор

I have a docker with some dotnet app. I want to install the lsp under that docker file and run neovim listen there as well. If I connect with nvim --server which config will be used?

juniorceccon