feat: add redalert

This commit is contained in:
Thomas Alcala Schneider 2023-12-27 19:57:57 +01:00
parent 50299fe82d
commit fe489cc9bb
2 changed files with 36 additions and 26 deletions

View file

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