plugins.blink-cmp.settings.fuzzy.prebuilt_binaries.download
Whenther or not to automatically download a prebuilt binary from github.
If this is set to false
you will need to manually build the fuzzy binary dependencies by
running cargo build --release
.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.blink-cmp.settings.fuzzy.prebuilt_binaries.extra_curl_args
Extra arguments that will be passed to curl like
[ "curl" ..extra_curl_args ..built_in_args ]
.
Type: null or (list of (string or raw lua code)) or raw lua code
Default:
null
Plugin default: [ ]
Declared by:
plugins.blink-cmp.settings.fuzzy.prebuilt_binaries.force_system_triple
When downloading a prebuilt binary, force the downloader to use this system triple.
If this is unset then the downloader will attempt to infer the system triple from jit.os
and jit.arch
.
Check the latest release for all available system triples.
WARN: Beware that main
may be incompatible with the version you select
Type: null or string or raw lua code
Default:
null
Plugin default: null
Declared by:
plugins.blink-cmp.settings.fuzzy.prebuilt_binaries.force_version
When downloading a prebuilt binary, force the downloader to resolve this version.
If this is unset then the downloader will attempt to infer the version from the checked out git tag (if any).
WARN: Beware that main
may be incompatible with the version you select.
Type: null or string or raw lua code
Default:
null
Plugin default: null
Declared by:
plugins.blink-cmp.settings.fuzzy.prebuilt_binaries.ignore_version_mismatch
Ignores mismatched version between the built binary and the current git sha, when building locally.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by: