mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-14 15:19:12 +08:00
Install vim
This commit is contained in:
parent
46577a70b7
commit
607dbddc04
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user