Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 487 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 487 Bytes

vim-go-ide-use-vundle

vim-go-ide-use-vundle

usage

docker run -ti -v $('pwd'):/go/src/ wanghaibo/vim sh

step

  1. git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  2. copy vimrc
  3. :PluginInstall
  4. GoInstallBinaries

require

  1. vim8 with python3
  2. pip3 install neovim
  3. ./configure --prefix=/data/vim8 --with-features=huge --with-luajit --enable-luainterp=yes --enable-fail-if-missing --enable-python3interp

Origin

https://github.com/fatih/vim-go