From c40302b8d30d40b2500b9d790b8a9001669a3bd1 Mon Sep 17 00:00:00 2001 From: bell Date: Sat, 10 Mar 2018 08:05:42 -0800 Subject: [PATCH] Test vim slime --- init.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init.sh b/init.sh index 5fc10b9..5dcad43 100755 --- a/init.sh +++ b/init.sh @@ -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 <