Enable source
default:
trueexcept for tabnine
Source name to display in the completion menu.
Must be unique
default:
<name>Weight adjustment for ranking, normalized to [0.5, 1.5] using S(x) = 1 / (1 + e^-x) + 0.5 (bigger weight -> sorted higher up)
S(0) = 1 no adjustment
S(-2) ~= 0.6 anything smaller has diminishing returns
S(+2) ~= 1.4 anything bigger has diminishing returns
<preset float>Alright you guys keep asking this:
This setting will override all ranking metrics and keep the source always on top.
For sources other than LSP and third_party, the config is a boolean value.
default
falseFor LSP and third_party, the config is either null or ["<lsp/client_name_1>", "<lsp/client_name_2>", ...].
The empty [] will keep all clients on top regardless of lsp client names.
default
nullWhich LSP servers to ignore.
default:
[]Time it takes to wait for LSP servers to respond with header import before edit is applied.
default:
0.06Which LSP servers to ignore.
default:
[]Aesthetics only, parent indicator.
default:
" ⇊"Aesthetics only, path separator.
default:
" ⇉ "Additional snippet load path, if relative, resolves under nvim config dir.
default:
nullList of things to issue an warning about.
Default is to nag about out of date snippets.
default:
["missing", "outdated"]For relative paths, what should their potential base path(s) be.
-
cwd: current working directory -
file: the current file's parent directory
default:
["cwd", "file"]Which separator chars to use. Empty for default. Must be / under unix and / or \ for windows.
default:
[]Try to preview this many lines.
default:
6Send out a warning if treesitter is slower than this
default:
0.1Aesthetics only, path separator.
default:
" ⇊"Also match symbols in addition to words.
default:
falseRestrict matching to buffers of the same filetype
default:
falseAlso match symbols in addition to words.
default:
falseFor the yank register: 0. Ignore contents if size exceeds limit.
default:
8888Complete from contents of registers.
0 is the "last yank" register.
Can also take in named registers a-z.
default:
["0"]Complete lines from contents of registers a-z.
Will only match at beginning of lines.
default:
[]Also match symbols in addition to words.
default:
falsePull words & symbols from not just current session.
default:
trueNo special conf.
But Disabled by default. Need coq_settings.clients.tabnine=true to enable.
No special conf.