mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 05:00:03 +08:00
6 lines
104 B
Plaintext
6 lines
104 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
cd "$(dirname "${BASH_SOURCE[0]}")"
|
||
|
${VIMCMD:-vim} -Nu minvimrc +"Vader! ${1:-*}"
|
||
|
|