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 have not tried them all, but in my opinion there is nothing better than making your own config from kickstart.nvim.
Keeps things concise, shows and explains best practices and install essential plug-ins for you.
This is less of a batteries included kind of deal, but much better long term imo.
Yes, one of these days, that's what I'm going to do. I do find it useful, though, to try out some of the bundles, if only to get an idea of what is possible, and what I like (and what I hate).
Exactly. I regularly check out Lazy, see if there's any feature I'd be missing, and integrate them to my config. Never checked out Astro or Lunar more than a few minutes.