mirror of
https://github.com/posva/vim-vue.git
synced 2025-12-08 02:14:43 +08:00
Integrate with CircleCI
This commit is contained in:
10
circle.yml
Normal file
10
circle.yml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
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'
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
# vim-vue
|
# vim-vue [](https://circleci.com/gh/posva/vim-vue)
|
||||||
|
|
||||||
Vim syntax highlighting for [Vue
|
Vim syntax highlighting for [Vue
|
||||||
components](https://vuejs.org/v2/guide/single-file-components.html).
|
components](https://vuejs.org/v2/guide/single-file-components.html).
|
||||||
|
|||||||
Reference in New Issue
Block a user