this post was submitted on 25 Oct 2023
2228 points (99.1% liked)

Programmer Humor

32054 readers
2022 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

I'm trying out Obsidian for taking notes, and this made me laugh.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 34 points 11 months ago (66 children)

I never get the need to use vim and nano exists.

[–] [email protected] 23 points 11 months ago* (last edited 11 months ago) (51 children)

Vim really is an IDE, not a text editor. It's usable as an editor but overkill.

Nano serves a difference purpose. It's like telling someone on a bike that a mustang is better.

[–] [email protected] 26 points 11 months ago (37 children)

Vim is absolutely not an IDE. It has no integrations with any language. It's just a powerful text editor. You can add language plugins and configure it to be an IDE.

[–] [email protected] -2 points 11 months ago (1 children)

@kogasa Hehe, shit, so long done something wrong as I use #vim as an IDE. Okay, some own helpers, some plugins, the direct integration for #golang via LSP and since some time also ChatGPT and Copilot. But hey, it's no IDE. 🤪

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

Like I said, Vim can be made into an IDE by adding and configuring plugins. Basic barebones vim is designed to be a powerful, extensible text editor, not an IDE.

[–] AffineConnection 2 points 11 months ago

It's designed to be an extended vi clone above anything else.

load more comments (35 replies)
load more comments (48 replies)
load more comments (62 replies)