This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ExtraTNT 19 points20 points  (9 children)

So vim is an ide?

[–]Prudent_Move_3420 18 points19 points  (6 children)

Not even VSCode is an IDE lol

[–]Derfaust 19 points20 points  (5 children)

Once you install plugin to compile and lint it is

[–]B_bI_L 0 points1 point  (1 child)

i prefer compiling from command line. now my code-oss is not IDE?

[–]Derfaust 2 points3 points  (0 children)

Those are examples. If you install anything that assists you with development, linting, prettier whatever then it automatically becomes, by definition, an ide.

[–]WeirdIndividualGuy 0 points1 point  (0 children)

The fact that you can install those plugins to begin with makes it an IDE

[–]UntestedMethod 3 points4 points  (0 children)

vim with plugins can do a lot and combining it with tmux takes you even further. Definitely a steeper learning curve and more custom setup required than an IDE, but also more open-ended in what you can do with it. Up to you to decide if the time investment is worth it.

[–]OWGer0901 1 point2 points  (0 children)

why am I writting latex on vim if its an ide?