bacon
URL: https://github.com/Canop/nvim-bacon/
Maintainers: Alison Jenkins
View and jump to locations found in .bacon-locations files.
plugins.bacon.enable
Whether to enable bacon.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.bacon.package
The bacon package to use.
Type: package
Default:
pkgs.vimPlugins.nvim-bacon
Declared by:
plugins.bacon.autoLoad
Whether to automatically load bacon when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.bacon.callSetup
Whether to generate the standard require('bacon').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: