Live data from Hacker News

Onivim 2 is a retro-futuristic modal editor

v2.onivim.io

1–10 of 136 posts

Re: Onivim 2 is a retro-futuristic modal editor

#2
Buying software without a trial makes me disinterested. I still want to learn using vim every day, but won't commit to this text editor/vsx-powered IDE, unless I find out that I have the guts to use it every day. Also, there is VIM mode for VS Code, I guess.

Re: Onivim 2 is a retro-futuristic modal editor

#5
post #2

Buying software without a trial makes me disinterested. I still want to learn using vim every day, but won't commit to this text editor/vsx-powered IDE, unless I find out that I have the guts to use it every day. Also, there is VIM mode for VS Code, I guess.

Hand holding is still a thing here I guess. https://onivim.github.io/docs/for-developers/building

Re: Onivim 2 is a retro-futuristic modal editor

#7
post #2

Buying software without a trial makes me disinterested. I still want to learn using vim every day, but won't commit to this text editor/vsx-powered IDE, unless I find out that I have the guts to use it every day. Also, there is VIM mode for VS Code, I guess.

it seems to be open source there's a link in the page to the project's GitHub page.

https://github.com/onivim/oni2

Re: Onivim 2 is a retro-futuristic modal editor

#8
post #2

Buying software without a trial makes me disinterested. I still want to learn using vim every day, but won't commit to this text editor/vsx-powered IDE, unless I find out that I have the guts to use it every day. Also, there is VIM mode for VS Code, I guess.

> Also, there is VIM mode for VS Code, I guess.

I feel like this is something said by people who are more invested in VS Code than vim. The main vim plugin for VS Code is straight trash.* It's slow, buggy, and unintuitive; while lacking the extensibility that vim has. At least IDEAVim, which has the same limitations of being built in another IDE, replicates enough of the common plugins to be pleasant.

It's also worth noting that onivim is not VS Code repackaged. It is not an electron app, and it doesn't appear to use the monaco editor. They have apparently taken great design inspiration from VS Code, which I think is a fairly diffident decision.

Overall, I'm looking at neovim nightly and not knowing why onivim is a thing. I can understand the appeal of a GUI vim, but implementing a vim backend is a monumental task if you intend to be compatible with existing vim plugins (and you should). Nvim 0.5 has native lua, and now freed from vimscript the quality of plugins is improving continuously. I just can't see a way for a 'third vim' - if you don't start with vimscript you won't be compatible, but if you do you're already outdated.

* There are a few attempts to splice VS Code and neovim, all of these are awful.

Re: Onivim 2 is a retro-futuristic modal editor

#9
post #4

Isn’t this VS Code with the Vim extension?

No, it is actually using the real vim in the background. So while you might not be able to use all vim plugins/scripts, it should give you a much more complete vim experience. See also https://github.com/onivim/libvim
Post reply on HN