Hacker News new | ask | show | jobs
by imron 537 days ago
My .exrc file is about 10 lines long and has no plugins.

Combined with ctags and a terminal it’s all I need for the languages I’m familiar with (c, c++, rust, python and several others)

1 comments

I always wonder, how do you debug which such a setup?
Gdb, lldb or pdb in the terminal.

It took a bit of getting used to at first, but then it just becomes normal.