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