plugins.obsidian.settings.workspaces.*.overrides.completion.min_chars
Trigger completion at this many chars.
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Plugin default: 2
Declared by:
plugins.obsidian.settings.workspaces.*.overrides.completion.nvim_cmp
Set to false to disable completion.
Type: null or boolean
Default:
true
if plugins.cmp.enable
is enabled (otherwise null
).
Declared by: