# curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
# git clone https://github.com/fatih/vim-go.git ~/.vim/plugged/vim-go
編輯 .vimrc
# vim ~/.vimrc
在 vimrc 中加入下列三行後儲存離開
call plug#begin() Plug 'fatih/vim-go', { 'do': ':GoInstallBinaries' } call plug#end()
最後再用 vim 去看 golang 的 code 就可以發現已經安裝好了
note: 注意 vim 的版本,若安裝失敗有可能是 vim 版本太舊請先更新
# brew upgrade vim
使用方式:
執行,直接在 vim 底下輸入“:GoRun“ 即可看到結果.
編譯,
在 vim 底下輸入“
:GoBuild”
,若成功可以看到 “vim-go: [build] SUCCESS”
reference:
https://github.com/fatih/vim-go-tutorial
http://www.evanlin.com/switch-ide-to-vim/
http://fealonelei.github.io/2015/08/18/MAC-Vim-IDE-for-Go(lang).html
沒有留言:
張貼留言