overseer
URL: https://github.com/stevearc/overseer.nvim/
Maintainers: Austin Horstman
A task runner and job management plugin for Neovim.
plugins.overseer.enable
Whether to enable overseer.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.overseer.package
The overseer package to use.
Type: package
Default:
pkgs.vimPlugins.overseer-nvim
Declared by:
plugins.overseer.autoLoad
Whether to automatically load overseer when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.overseer.callSetup
Whether to generate the standard require('overseer').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: