this post was submitted on 12 Aug 2023
1 points (100.0% liked)
Technology
182 readers
7 users here now
Share tech news or talk about events in the technology field.
This community is an attempt to spread communities out more from lemmy.world and lemmy.ml, so its less centralized and using the advantages of the fediverse.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
VS Code and Vim have different use cases for me.
For me Vim is for quick edits on the command line. Or if it's a client system, Vim or Vi may be the only thing installed, and I'm not going to install packages on someone else's machine just for my preference.
VS Code is where I make things on my machine. I may tweak what I made later in Vim once it's deployed.
It's quite nice as a full editor also, if you ever would feel like trying it out. Neovim has improved a lot of things about vim and now it has great auto complete features and so on for most languages.
Ever tried https://www.lazyvim.org/?