kickstart.nvim/lua/custom/plugins/noice.lua

9 lines
102 B
Lua

return {
-- lazy.nvim
{
'rcarriga/nvim-notify',
event = 'VeryLazy',
opts = {},
},
}