Vim - Go

Go - vim

Install Vundle

https://github.com/VundleVim/Vundle.vim

Install vim-go

Download

git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim

config

" Put inside Vundle " Install Vim-go  
Plugin 'fatih/vim-go'  

Install

from vim :

:PluginInstall
:GoInstallBinaries

All Done . Enjoy

你可能感兴趣的:(vim,Go)