this post was submitted on 06 Jul 2023
18 points (95.0% liked)
VIM - Vi IMproved
1050 readers
1 users here now
For Vim enthusiasts and anyone interested in Vim/Neovim!
"VIM is the greatest editor since the stone chisel." - Dr. Jose Unpingco
#HJKL
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I've been a vim user for years. What's the benefit of using Neovim?
Async, so a few things don't block. If you have a plugging manager that updates, you can work while it does its thing. Clipboard is set up by default. The big thing was the code itself was refractored so more than just Bram can work on it.
Having language server support built in ir nice, and using lua as a plugin/configuration language is pretty nice (but I haven't looked at the new vim9 script stuff)
yes, I think you've listed all major benefits here :-).