My golang editor of choice
Kai Hendry
VS code is good, but a bit too slow for my liking.
So I'm currently using neovim to edit go code. https://github.com/kaihendry/dotfiles/blob/master/.config/nvim/init.vim
I use vim plug to manage the plugins:
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
Deoplete is a PITA to get working. You probably need to run: pip3 install --upgrade neovim
:PlugUpdate & :GoInstallBinaries
Don't forget to setup your GOPATH & put GOPATH/bin into your executable PATH.
If you have "vet not found issue", run gometalinter --install
Enjoy! Let me know if you have any other tips. ... https://www.youtube.com/watch?v=EVueSQi72-8
2020-06-15
0.0 LBC
Copyrighted (contact publisher)
137009782 Bytes