this post was submitted on 25 Jul 2024
123 points (99.2% liked)

Neovim

2096 readers
252 users here now

founded 1 year ago
MODERATORS
 

Based on answers to the following question:

Which development environments did you use regularly over the past year, and which do you want to work with over the next year? Please check all that apply.

Neovim is the most admired code editor in the 2024 Stacked Overflow Developer Survey

Source: https://survey.stackoverflow.co/2024/technology#admired-and-desired-new-collab-tools-desire-admire

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

Vim and Neovim are fairly indistinguishable

You mean apart from being able to write plugins in Lua instead of Vimscript?

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

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.

[–] [email protected] 2 points 1 month ago* (last edited 1 month ago) (1 children)

neovim can be an entire IDE. it's like vscode vs visual studio

[–] NostraDavid 1 points 1 month ago

PDE: Personalized Development Environment

[–] BatmanAoD 2 points 1 month ago

Regular vim has that (as a compile option, like most of its features).