Skip to content

Instantly share code, notes, and snippets.

@akshayknarayan
Created July 2, 2018 16:41
Show Gist options
  • Save akshayknarayan/cf6b87aba2ab9bdafe3ffcd0fb570e32 to your computer and use it in GitHub Desktop.
Save akshayknarayan/cf6b87aba2ab9bdafe3ffcd0fb570e32 to your computer and use it in GitHub Desktop.
# vim stuff
mkdir -p ~/.vim
cd ~/.vim
git clone https://github.com/tpope/vim-pathogen.git
cp -r vim-pathogen/autoload/ .
# vim plugins
mkdir -p bundle
cd bundle
git clone https://github.com/altercation/vim-colors-solarized.git
git clone https://github.com/mileszs/ack.vim.git
git clone https://github.com/airblade/vim-gitgutter.git
git clone https://github.com/vim-airline/vim-airline.git
git clone https://github.com/vim-airline/vim-airline-themes.git
git clone https://github.com/w0rp/ale.git
git clone https://github.com/autozimu/LanguageClient-neovim.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment