Answer the question
In order to leave comments, you need to log in
Set up Vim as development environment for GO (Golang)?
I categorically welcome everyone!)
Gentlemen, I'm trying to make friends with the Vim editor in order to use it as a development environment for Golang, but so far not too successful.
I use vim-plug plugin manager:
call plug#begin('~/.vim/plugged')
Plug 'scrooloose/nerdtree'
Plug 'fatih/vim-go'
call plug#end()
Answer the question
In order to leave comments, you need to log in
farazdagi.com/blog/2015/vim-as-golang-ide
There is nothing difficult to type in Google: vim + go
Alexander Semchenko wrote everything to you absolutely correctly. Learn to read. You yourself write:
At the same time, in the install
section of the plugin it is clearly written:
If the :GoInstallBinaries command does not install something, then you need to figure out why. There can be a lot of options here, for example, there are no write rights, git is not installed, etc. I think that no one will write to you more than in the install section. In the end, the code is open, study / understand.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question