mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 18:02:13 +02:00
6 lines
106 B
Lua
6 lines
106 B
Lua
return function(_, opts)
|
|
local notify = require "notify"
|
|
notify.setup(opts)
|
|
vim.notify = notify
|
|
end
|