switch back to luafmt
This commit is contained in:
@@ -82,10 +82,17 @@ function check_binary() {
|
||||
fi
|
||||
}
|
||||
|
||||
export PATH="${HOME}/.local/bin:${PATH}"
|
||||
|
||||
for BINARY in "${NVIM_REQUIRED_BINARIES[@]}"; do
|
||||
check_binary "$BINARY"
|
||||
done
|
||||
|
||||
if ! command -v luafmt >/dev/null 2>&1; then
|
||||
npm install --global --prefix "${HOME}/.local" lua-fmt
|
||||
fi
|
||||
check_binary luafmt
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user