plugins.mark-radar.enable
Whether to enable mark-radar.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.mark-radar.package
Which package to use for the mark-radar plugin.
Type: package
Default:
<derivation vimplugin-mark-radar.nvim-2024-02-29>
Declared by:
plugins.mark-radar.backgroundHighlight
Whether to highlight the background.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.mark-radar.backgroundHighlightGroup
The name of the highlight group to use for the background.
Plugin default: "RadarBackground"
Type: null or string or raw lua code
Default:
null
Declared by:
plugins.mark-radar.extraOptions
These attributes will be added to the table parameter for the setup function. Typically, it can override NixVim’s default settings.
Type: attribute set of anything
Default:
{ }
Declared by:
plugins.mark-radar.highlightGroup
The name of the highlight group to use.
Plugin default: "RadarMark"
Type: null or string or raw lua code
Default:
null
Declared by:
plugins.mark-radar.setDefaultMappings
Whether to set default mappings.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by: