plugins.noice.settings.notify.enabled
Enable notification handling.
Noice can be used as vim.notify
so you can route any notification like other messages.
Notification messages have their level and other properties set. event is always “notify” and kind can be any log level as a string.
The default routes will forward notifications to nvim-notify. Benefit of using Noice for this is the routing and consistent history view.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.noice.settings.notify.view
Notify backend to use.
Type: null or string or raw lua code
Default:
null
Plugin default: "notify"
Declared by: