mirror of
https://github.com/mqttr/dotfiles.git
synced 2025-12-15 04:25:50 -06:00
8 lines
155 B
Lua
8 lines
155 B
Lua
return {
|
|
'rcarriga/nvim-notify',
|
|
config = function(_, opts)
|
|
vim.notify = require("notify")
|
|
vim.opt.termguicolors = true
|
|
end,
|
|
}
|