macos fix

This commit is contained in:
2026-08-09 12:04:00 -05:00
parent 7c7c1fd4d5
commit 81d49c26da
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -481,4 +481,4 @@ xlog
xmap
xvzf
yapf
yaps
yaps
+9
View File
@@ -94,6 +94,15 @@ if ! command -v luafmt >/dev/null 2>&1; then
fi
check_binary luafmt
if [ "${NVIM_OS}" = "macOS" ] &&
! command -v vala-language-server >/dev/null 2>&1; then
check_binary brew
brew install vala-language-server
fi
if [ "${NVIM_OS}" = "macOS" ]; then
check_binary vala-language-server
fi
pushd "${SCRIPT_DIR}" 1>/dev/null 2>&1 || error_exit "failed to push: ${SCRIPT_DIR}"
FNAME=cpptools-${NVIM_OS}-${NVIM_ARCH2}.vsix
if [ ! -f "dap/${FNAME}" ]; then