feat: add redalert
This commit is contained in:
parent
50299fe82d
commit
fe489cc9bb
2 changed files with 36 additions and 26 deletions
9
lua/custom/plugins/redalert.lua
Normal file
9
lua/custom/plugins/redalert.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"waltr-fr/redalert.nvim",
|
||||
dependencies = { 'nvim-lua/plenary.nvim' },
|
||||
config = function()
|
||||
require("redalert").setup({
|
||||
cutoff_days = 5,
|
||||
})
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue