←back to thread

677 points meetpateltech | 1 comments | | HN request time: 0.216s | source
Show context
unshavedyak ◴[] No.45118137[source]
I want to try Zed but the Helix mode seems quite young. Vim mode sounds good, but i just can't move away from Helix mode. (oh and of course, my own modifications to Helix's input config)

My difficulty in finding editors that fit my desired input scheme kinda reminds me of the old pre-LSP days. Where you'd chose an editor based on it's language features. I wonder if we need some sort of common editor interface to allow these sort of text editing primitives to work in new editors, as it seems to be considerable friction.

replies(8): >>45118827 #>>45118867 #>>45119181 #>>45119344 #>>45119415 #>>45120414 #>>45122947 #>>45124142 #
1. bobbylarrybobby ◴[] No.45120414[source]
Neovim can run in server mode, where other editors send it user input and then Neovim sends back the buffer. This is how I use vim in VSCode — not the Vim extension but the Neovim extension, which uses the real Neovim, which of course reads my Neovim config and plugins and makes them available to VSCode. So it seems like helix “just” needs a server mode, and then you can integrate it into any editor.