this post was submitted on 07 May 2025
1132 points (96.9% liked)

Programmer Humor

23132 readers
1064 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

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

I don't get your analogy, but (neo)vim is a full featured IDE if you configure it to be one

[–] [email protected] 1 points 1 day ago (1 children)

Out of the box, Vim's default configuration is very basic as it's trying to emulate vi as close as possible. It like if you want things like headlights or a heater or a tachometer in your family car, you got to create a vimrc and turn those features on. That was my experience when I first started using Vim - I spent a lot of time messing around creating a vimrc until I got things the way I wanted.

One of the big changes with Neovim is their default settings are a lot more like what you would expect in a modern text editor.

[–] [email protected] 1 points 1 day ago

Yeah that's a fair way to look at it