plugins.mark-radar.enable
Whether to enable mark-radar.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.mark-radar.package
The mark-radar package to use.
Type: package
Default:
pkgs.vimPlugins.mark-radar-nvim
Declared by:
plugins.mark-radar.backgroundHighlight
Whether to highlight the background.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.mark-radar.backgroundHighlightGroup
The name of the highlight group to use for the background.
Type: null or string or raw lua code
Default:
null
Plugin default: "RadarBackground"
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.
Type: null or string or raw lua code
Default:
null
Plugin default: "RadarMark"
Declared by:
plugins.mark-radar.setDefaultMappings
Whether to set default mappings.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by: