DEV Community

Discussion on: Getting Productive with Vim in a Week without Hating It

Collapse
 
haruanm profile image
Haruan Justino

How browse the code like you ctrl+click in IDE?

andrew.stwrt.ca/posts/vim-ctags/

How to lint your code?
How to pretty-print?
github.com/w0rp/ale/

How to refactor?
I don't have much experience here to help with