Skip to content

Instantly share code, notes, and snippets.

@daniel-garcia
Created March 29, 2015 16:42
Show Gist options
  • Save daniel-garcia/1d5106c7a62e5bc6b1be to your computer and use it in GitHub Desktop.
Save daniel-garcia/1d5106c7a62e5bc6b1be to your computer and use it in GitHub Desktop.
install vim-go
mkdir -p ~/.vim/bundle
cd ~/.vim/bundle/
git clone https://github.com/fatih/vim-go.git
git clone https://github.com/Valloric/YouCompleteMe.git
cd YouCompleteMe/
git submodule update --init --recursive
sudo apt-get install cmake g++ python-dev
./install.sh
mkdir -p ~/.vim/autoload ~/.vim/bundle && curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
cd ~
echo "execute pathogen#infect()">.vimrc
echo "syntax on">>.vimrc
echo "filetype plugin indent on">>.vimrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment