Positive things about Neovim
- Best in class code completion S
- Floating screenkey window (
NStefan002/screenkey.nvim
)
- It’s what most people use so easy to collaborate
- Live display of
:%s/
things is far more informative
- Ability to leave
~/.vimrc
where it is
- Bar/block cursor indicating insert/command mode
- Lua instead of VimScript (especially for beginners)
- Progressive enhancement with
if (nvim)
- The
:Inspect
command
- The most likely to receive the best AI integration