mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:30:04 +08:00
5 lines
141 B
Bash
Executable File
5 lines
141 B
Bash
Executable File
if [ ! -e /tmp/vader ]; then
|
|
git clone https://github.com/junegunn/vader.vim.git /tmp/vader
|
|
fi
|
|
vim -Nu test/test.vim -c 'Vader! test/**'
|