mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-04 17:59:50 -05:00
9 lines
371 B
Lua
9 lines
371 B
Lua
vim.notify = require('notify')
|
|
-- vim.notify = require('notify').setup {
|
|
-- -- Configuration options
|
|
-- level = vim.log.levels.INFO, -- Set the minimum level of messages to display
|
|
-- timeout = 3000, -- Duration to display notifications (in ms)
|
|
-- stages = 'fade', -- Animation style for notifications
|
|
-- }
|
|
|
|
-- Set nvim-notify as the default notification handler
|