How to Install and setup CoC for autocompletion in Vim
Typing every variable name in full gets old fast, even in an editor as efficient as Vim. CoC, short for Conquer of Completion, is a Language Server Protocol (LSP) client that brings IDE-style autocompletion to Vim and Neovim through a separate Node.js process. The steps below install it with the vim-plug plugin manager, add language […]
How to Install and setup CoC for autocompletion in Vim Read More »