Skip to content

wanghaibo/vim-go-ide-use-vundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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