mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-11 14:12:09 +03:00
Merge remote-tracking branch 'blastrock/go-tools-error'
This commit is contained in:
commit
c8335a6515
@ -5,6 +5,12 @@
|
||||
# Needs the following tools in the path:
|
||||
# - 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
|
||||
}
|
||||
|
||||
# Auto-completion
|
||||
# ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user