plugins.ccc.settings.highlighter.auto_enable
Whether to enable automatically on BufEnter
.
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.ccc.settings.highlighter.excludes
Used only when ccc-option-highlighter-filetypes
is empty table.
You can specify file types to be excludes.
Plugin default: []
Type: null or (list of (string or raw lua code))
Default:
null
Declared by:
plugins.ccc.settings.highlighter.filetypes
File types for which highlighting is enabled.
It is only used for automatic highlighting by ccc-option-highlighter-auto-enable
, and is
ignored for manual activation.
An empty table means all file types.
Plugin default: []
Type: null or (list of (string or raw lua code))
Default:
null
Declared by:
plugins.ccc.settings.highlighter.lsp
If true, highlight using LSP.
If language server with the color provider is not attached to a buffer, it falls back to
highlight with pickers.
See also :help ccc-option-lsp
.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.ccc.settings.highlighter.update_insert
If true, highlights will be updated during insert mode.
If false, highlights will not be updated during editing in insert mode, but will be
updated on InsertLeave
.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by: