this post was submitted on 15 Aug 2023
1174 points (98.4% liked)
Programmer Humor
32356 readers
1245 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I used to be a vim fan but now I only use it for modifying files over SSH. Other than that I code with an IDE, you can't beat all the plugins and linters with a in-terminal editor. A colleague still codes in emacs and its code is dirty af.
PEBKAC - don't blame emacs (not sure why anyone would use it when vim exists, though)
I mean, I use a plugin manager for Neovim myself, and you can pretty much configure it to however you like.
Someone even make an inline markdown preview for the editor using sixels (in terminal image display).
but still I prefer the markdown preview plugin as it previews the file using a browser is format rly similar to github's styles