mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2025-12-07 09:44:25 +08:00
@@ -4,11 +4,17 @@ cache:
|
|||||||
directories:
|
directories:
|
||||||
- $HOME/.vvm
|
- $HOME/.vvm
|
||||||
|
|
||||||
|
env:
|
||||||
|
- VIM_VERSION=8.2.0000
|
||||||
|
- VIM_VERSION=8.1.1280
|
||||||
|
- VIM_VERSION=8.1.0000
|
||||||
|
- VIM_VERSION=8.0.0000
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- curl https://raw.githubusercontent.com/kana/vim-version-manager/master/bin/vvm | python - setup; true
|
- curl https://raw.githubusercontent.com/kana/vim-version-manager/master/bin/vvm | python - setup; true
|
||||||
- source ~/.vvm/etc/login
|
- source ~/.vvm/etc/login
|
||||||
- vvm update_itself
|
- vvm update_itself
|
||||||
- vvm use vimorg--v8.1.1280 --install --with-features=huge
|
- vvm use vimorg--v$VIM_VERSION --install --with-features=huge
|
||||||
|
|
||||||
before_script: |
|
before_script: |
|
||||||
git clone https://github.com/junegunn/vader.vim.git
|
git clone https://github.com/junegunn/vader.vim.git
|
||||||
|
|||||||
Reference in New Issue
Block a user