1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 15:19:12 +08:00

Install vim

This commit is contained in:
wsdjeg 2017-11-24 22:39:31 +08:00
parent 46577a70b7
commit 607dbddc04

View File

@ -16,5 +16,8 @@ if [ "${LINT#vimlint}" != "$LINT" ]; then
elif [ "${LINT#vint}" != "$LINT" ]; then
pip install vim-vint
elif [ "${LINT#vader}" != "$LINT" ]; then
. .ci/install/linux.sh
install nvim v8.0.0027
export PATH="$HOME/vim/bin:$PATH"
git clone --depth=1 https://github.com/Shougo/dein.vim.git ~/.cache/vimfiles/repos/github.com/Shougo/dein.vim
fi