mirror of
https://github.com/posva/vim-vue.git
synced 2025-12-07 18:14:26 +08:00
11 lines
229 B
YAML
11 lines
229 B
YAML
dependencies:
|
|
override:
|
|
- sudo add-apt-repository ppa:jonathonf/vim -y
|
|
- sudo apt-get update
|
|
- sudo apt-get install vim
|
|
- bash test/install.sh
|
|
|
|
test:
|
|
override:
|
|
- vim -u test/vimrc -c 'Vader! test/*.vader'
|