bus_factor@lemmy.worldtoProgramming@programming.dev•What non-IDE tekst editor do you use?
222·
1 year agovim. Just basic vim, I don’t jazz it up to be all IDE-like. I want my vim to behave exactly like it would if I’m on some random other computer.
If I need autocomplete, ability to jump to the definition of stuff and so forth I use whatever the other people on the project use, which is often vscode these days.
Most of the configuration I’ve done in vim is to remove whatever someone else did. Like I log in as root on a server and someone put
set number
in/root/.vimrc
. Like having the line number in the bottom right wasn’t enough for you, you need to waste three columns to show numbers for every line on the screen, and now I can’t copy and paste from vim without having to delete three columns from every line? NO.