dotfiles/config/nvim/lua/plugins/notify.lua
2025-01-07 15:32:49 +01:00

7 lines
73 B
Lua

return {
'rcarriga/nvim-notify',
config = function()
end,
}