mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-17 14:23:42 -05:00
14 lines
256 B
YAML
14 lines
256 B
YAML
language: vim
|
|
|
|
before_script: |
|
|
git clone https://github.com/junegunn/vader.vim.git
|
|
|
|
script: |
|
|
vim -Nu <(cat << VIMRC
|
|
filetype off
|
|
set rtp+=vader.vim
|
|
set rtp+=.
|
|
set rtp+=after
|
|
filetype plugin indent on
|
|
VIMRC) -c 'Vader! test/*' > /dev/null
|