How to setup CoC for autocompletion in Vim
If you have already put in the hours in vimtutor you will soon be looking for an autocomplete feature to use in vim. This is where CoC shines. CoC stands for Conquer of Completion. It is a Language Server Protocol client that is used for language-specific autocompletion. With CoC, you can be even faster in …