prepare.sh prevede installazione di vim-plug.
This commit is contained in:
parent
6ed76dfb0d
commit
fc4e6357b0
@ -46,8 +46,9 @@ fi
|
|||||||
if [[ ! -f "${HOME}/.vimrc" ]]; then
|
if [[ ! -f "${HOME}/.vimrc" ]]; then
|
||||||
ln -sf ${DOTFILES}/vimrc ${HOME}/.vimrc
|
ln -sf ${DOTFILES}/vimrc ${HOME}/.vimrc
|
||||||
ln -sf ${DOTFILES}/vim ${HOME}/.vim
|
ln -sf ${DOTFILES}/vim ${HOME}/.vim
|
||||||
mkdir -p ${HOME}/.vim/bundle
|
# Installing vim-plug
|
||||||
git clone https://github.com/VundleVim/Vundle.vim.git ${HOME}/.vim/bundle/Vundle.vim
|
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
||||||
# Installing vundle and plugins.
|
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||||
vim +PluginInstall +qall
|
# Installing vim-plug and relative plugins
|
||||||
|
vim +PlugInstall +qall
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user