Thomas Alcala Schneider 7f60e43f2c feat: more colorschemes
2024-01-03 10:34:39 +01:00

10 lines
176 B
Lua

return {
"waltr-fr/redalert.nvim",
dependencies = { 'nvim-lua/plenary.nvim' },
config = function()
require("redalert").setup({
cutoff_days = 5,
})
end,
}