124
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 25 Jul 2024
124 points (100.0% liked)
Neovim
2155 readers
1 users here now
founded 1 year ago
MODERATORS
You mean apart from being able to write plugins in Lua instead of Vimscript?
Regular vim has that (as a compile option, like most of its features).
I'm sure there are more differences; nvim has plugins written in every language. One reason I stepped away from it is because, for development, I was using a fair number of plugins, and i noticed the starting nvim would launch nodejs, a Python runtime, a Java VM, Lua runtimes... I started to feel as if I might as well be using emacs.
So, yes: you're right. NeoVim has more features than plain vim, including a dozen different plugin managers and the ability to write plugins in almost any language. I meant that, from an editing modality, they're very similar.
neovim can be an entire IDE. it's like vscode vs visual studio
PDE: Personalized Development Environment