Vim/Neovim is my IDE for day-to-day work. My vimrc file can be found here.
This article is all about Vim(not Neovim), and I assume that you have already configured Vim as your code editor.
Okay, let’s get started by installing fatih/vim-go
plugin with your favorite vim plugin manager.
After that, if you have Go installed correctly on your machine already, you will be able to run :GoInstallBinaries
.
Next, install coc.nvim plugin, which is a great language server host for Vim.