this post was submitted on 25 Oct 2023
2313 points (99.2% liked)

Programmer Humor

32061 readers
911 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] 30 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] 0 points 11 months ago (2 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] 3 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.

[โ€“] [email protected] 2 points 11 months ago

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

load more comments (34 replies)