Test vim slime

This commit is contained in:
bell
2018-03-10 08:05:42 -08:00
parent 6cc211e485
commit c40302b8d3

View File

@@ -1,7 +1,10 @@
rm ~/.vim/ -rf rm ~/.vim/ -rf
mkdir -p ~/.vim/autoload ~/.vim/bundle mkdir -p ~/.vim/autoload ~/.vim/bundle
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim 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 cat > ~/.vimrc <<EOF
execute pathogen#infect() execute pathogen#infect()