dotfiles/.config/nvim/lua/plugins/notify.lua

7 lines
73 B
Lua

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