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