mirror of
https://github.com/mawww/kakoune.git
synced 2025-01-04 09:44:27 +03:00
Merge remote-tracking branch 'blastrock/go-tools-error'
This commit is contained in:
commit
1e4e39ffd2
@ -6,9 +6,11 @@
|
||||
# - jq for json deserializaton
|
||||
|
||||
%sh{
|
||||
if ! jq --version > /dev/null 2>&1; then
|
||||
echo 'echo -debug %{Dependency unmet: jq, please install it to use go-tools}'
|
||||
fi
|
||||
for dep in gocode goimports gogetdoc jq; do
|
||||
if ! command -v $dep > /dev/null 2>&1; then
|
||||
echo "echo -debug %{Dependency unmet: $dep, please install it to use go-tools}"
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
||||
# Auto-completion
|
||||
|
Loading…
Reference in New Issue
Block a user