logoalt Hacker News

pdonis • today at 3:33 PM • 3 replies • view on HN

It's worth pointing out that vim is not "another program" as far as Neovim is concerned. It's an earlier version of the same program. Neovim is a fork of vim, not a totally different editor that happens to share part of a name.


Replies

goodmythical • today at 3:40 PM

Forking creates new programs.

If I fork chromium, I do not get to claim that I am a chromium maintainer.

Vim and Neovim are two seperate programs.

➕ show 1 reply
jeremyjh • today at 3:58 PM

It absolutely is another program, I can tell this because it has a different name. To run it I type "nvim" instead of "vim". I use different config files to control its behavior. I install a different package on my system when I want to use it on a new computer.

➕ show 2 replies