mark-radar
URL: https://github.com/winston0410/mark-radar.nvim/
Maintainers: Austin Horstman
Provides visual markers for easier navigation.
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.autoLoad
Whether to automatically load mark-radar when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.mark-radar.callSetup
Whether to generate the standard require('mark-radar').setup(...) call for this plugin.
By default, this follows the plugin’s built-in behavior. Set this to false
to disable the generated setup call, or to true to force it even when the
plugin would only call it conditionally.
Type: null or boolean
Default:
null
Declared by: