DEV Community

Discussion on: Polyglot Programming in Vim (or How to Get A Great Developer Experience for Any Language in Vim)

Collapse
 
bharat profile image
Bharat • Edited

I was generating ctags for everything on save in vim which was very slow. But then I found coc.vim. It changed my entire vim config. Got rid of ale, ctags.

Anyone who wants a vscode like experience in terminal, vim + cocvim is the way to go.

Collapse
 
vintharas profile image
Jaime González García

Yeah! I went through a similar journey trying ctags, ale and a bunch of other completion plugins. But so far coc.nvim has been the best by far. :D