1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 23:49:19 +08:00

Fix script

This commit is contained in:
Shidong Wang 2019-06-29 19:45:55 +08:00
parent f8ba13f071
commit bec1f2987c

View File

@ -24,10 +24,10 @@ elif [ "$LINT" = "vint" ]; then
elif [ "$LINT" = "vint-errors" ]; then
vint --error .
elif [ "$LINT" = "vader" ]; then
export PATH="${DEPS}/_neovim/bin:${PATH}"
export PATH="${DEPS}/_neovim_${NVIM_TAG}/bin:${PATH}"
echo "\$PATH: \"${PATH}\""
export VIM="${DEPS}/_neovim/share/nvim/runtime"
export VIM="${DEPS}/_neovim_${NVIM_TAG}/share/nvim/runtime"
echo "\$VIM: \"${VIM}\""
nvim --version
pip install covimerage