mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:20:04 +08:00
10 lines
162 B
Bash
10 lines
162 B
Bash
#!/bin/bash
|
|
themis --version
|
|
|
|
export THEMIS_VIM="vim"
|
|
themis --reporter dot
|
|
|
|
export THEMIS_VIM="nvim"
|
|
export THEMIS_ARGS="-e -s --headless"
|
|
themis --reporter dot
|