nvim-flake/nvim/plugin/notify.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