aw-watcher
URL: https://github.com/lowitea/aw-watcher.nvim/
Maintainers: Axel Karjalainen
A neovim watcher for ActivityWatch time tracker.
plugins.aw-watcher.enable
Whether to enable aw-watcher.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.aw-watcher.package
The aw-watcher package to use.
Type: package
Default:
pkgs.vimPlugins.aw-watcher-nvim
Declared by:
plugins.aw-watcher.autoLoad
Whether to automatically load aw-watcher when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.aw-watcher.callSetup
Whether to generate the standard require('aw_watcher').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: