this post was submitted on 07 May 2025
1150 points (96.7% liked)

Programmer Humor

30188 readers
1251 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
[–] Hexarei@programming.dev 3 points 10 months ago (1 children)

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

[–] toddestan@lemm.ee 1 points 10 months 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.

[–] Hexarei@programming.dev 1 points 10 months ago

Yeah that's a fair way to look at it