DEV Community

Discussion on: We want to feature your voice on DevDiscuss! This week's topic: Vim

Collapse
 
mdobak profile image
MDobak • Edited

I love Vim when I have to do some simple work on remote server via SSH but I can't understand why somebody might want to use it for daily work as an IDE. I think Vim is little overhyped today.

Collapse
 
kallmanation profile image
Nathan Kallman

Neovim is my daily driver. Literally all of my tooling is command line based though (running specs, builds, deploys, git, etc.). So my command line is essentially my integrated dev environment.

If tooling isn't in the command line though, then I can see the value of a purposeful IDE that builds in those other tools.