DEV Community

Discussion on: Vim Is The Perfect IDE

Collapse
 
dtoebe profile image
Daniel Toebe

I'm in the same place. It seems like one a year I go out and try out other editors or IDEs, and always find myself in vim. Well now Neovim and using deoplete. I've tried the new language server protocol, but had some prefomance issues. To answer the question below. I primarily develop Go these days so I have that deeply integrated. Delve for breakpoints, I get in line errors as well simple key bindings for extra go metalinter tooling. It does take work and your config is a living setup.

Collapse
 
maxdevjs profile image
maxdevjs

Would you mind to share your Go config for (Neo)vim?

Collapse
 
roxchgt profile image
Roshak Zarhoun

Yes @dtoebe ! I would appreciate it as well