7 lines
100 B
Lua
7 lines
100 B
Lua
return {
|
|
'rcarriga/nvim-notify',
|
|
config = function()
|
|
vim.notify = require 'notify'
|
|
end,
|
|
}
|