Neovim
Neovim is a modal text editor forked off of Vim in 2014. Being modal means that you do not simply type text on screen, but the behavior and functionality of the editor changes entirely depending on the mode.
The most common and most used mode, the "normal mode" for Neovim is to essentially turn your keyboard in to hotkeys with which you can navigate and manipulate text. Several modes exist, but two other most common ones are "insert mode" where you type in text directly as if it was a traditional text editor, and "visual mode" where you select text.
Neovim seeks to enable further community participation in its development and to make drastic changes without turning it in to something that is "not Vim". Neovim also seeks to enable embedding the editor within GUI applications.
The Neovim logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.
view the rest of the comments
I wouldn't worry about bundle FOMO and would instead push my personal belief that bundles are a vim antipattern. When I first started with vim, I started with a bundle called "cream." It made things seem easier for a short while (honestly, maybe a week or so), but eventually there were things I needed help with, functionalities I didn't know, and there was no one to ask for help because I couldn't discern between which things were default vim behavior and which things were cream reconfiguring the editing experience. It is my view that when learning Vim (and you are always learning vim, or at least I am, and so is everyone else around me I've watched open the vim editor at work), you're far better off with a well documented baseline with small modifications to functionality that you made yourself and are familiar and happy with.