Test vim slime
This commit is contained in:
parent
6cc211e485
commit
c40302b8d3
5
init.sh
5
init.sh
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue