Test vim slime

This commit is contained in:
bell 2018-03-10 08:05:42 -08:00
parent 6cc211e485
commit c40302b8d3
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
rm ~/.vim/ -rf
mkdir -p ~/.vim/autoload ~/.vim/bundle
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
git clone https://github.com/ctrlpvim/ctrlp.vim.git ~/.vim/bundle/ctrlp.vim
cd ~/.vim/bundle
git clone https://github.com/ctrlpvim/ctrlp.vim.git
git clone https://github.com/jpalardy/vim-slime.git
cat > ~/.vimrc <<EOF
execute pathogen#infect()