plugins.blink-cmp.settings.appearance.highlight_ns
Highlight namespace.
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Plugin default: lib.nixvim.mkRaw "vim.api.nvim_create_namespace('blink_cmp')"
Declared by:
plugins.blink-cmp.settings.appearance.kind_icons
Kind icons definitions.
Type: null or (attribute set of (string or raw lua code)) or raw lua code
Default:
null
Plugin default:
{
Class = "";
Color = "";
Constant = "";
Constructor = "";
Enum = "";
EnumMember = "";
Event = "";
Field = "";
File = "";
Folder = "";
Function = "";
Interface = "";
Keyword = "";
Method = "";
Module = "";
Operator = "";
Property = "";
Reference = "";
Snippet = "";
Struct = "";
Text = "";
TypeParameter = "";
Unit = "";
Value = "";
Variable = "";
}
Declared by:
plugins.blink-cmp.settings.appearance.nerd_font_variant
Set to "mono"
for Nerd Font Mono or "normal"
for Nerd Font.
Adjusts spacing to ensure icons are aligned.
Type: null or one of “mono”, “normal” or raw lua code
Default:
null
Plugin default: "mono"
Declared by:
plugins.blink-cmp.settings.appearance.use_nvim_cmp_as_default
Sets the fallback highlight groups to nvim-cmp
’s highlight groups.
Useful for when your theme doesn’t support blink.cmp
, will be removed in a future release.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by: