plugins.ccc.settings.highlighter.auto_enable
Whether to enable automatically on BufEnter
.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
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.
Type: null or (list of (string or raw lua code))
Default:
null
Plugin default: [ ]
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.
Type: null or (list of (string or raw lua code))
Default:
null
Plugin default: [ ]
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
.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
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
.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by: