this post was submitted on 06 Jul 2023
18 points (90.9% liked)

VIM - Vi IMproved

1039 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
 

Wow, I'm surprised that there is not a single post in here yet. Let's this to be the first one. I'm using NeoVIM tbh but we all know where we came from, right ?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago (2 children)

I've been a vim user for years. What's the benefit of using Neovim?

[–] [email protected] 3 points 1 year ago

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.

[–] [email protected] 2 points 1 year ago (1 children)

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)

[–] [email protected] 2 points 1 year ago

yes, I think you've listed all major benefits here :-).