notify
URL: https://github.com/rcarriga/nvim-notify/
Maintainers: Austin Horstman
A fancy, configurable, notification manager for Neovim.
plugins.notify.enable
Whether to enable nvim-notify.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.notify.package
The nvim-notify package to use.
Type: package
Default:
pkgs.vimPlugins.nvim-notify
Declared by:
plugins.notify.autoLoad
Whether to automatically load nvim-notify when neovim starts.
Type: boolean
Default:
false
when lazy-loading is enabled.
Example:
false
Declared by: