vim install vim-go

cd ~/.vim/bundle
git clone https://github.com/fatih/vim-go.git

vim ~/.vimrc


execute pathogen#infect()
syntax on
filetype plugin indent on
let g:go_disable_autoinstall = 0

Leave a Reply

Your email address will not be published. Required fields are marked *