chore: Move notify to bottom right

This commit is contained in:
Fabio Lenherr / DashieTM 2023-03-16 23:45:43 +01:00
parent afa0c24b44
commit 1356de9191

View file

@ -126,4 +126,10 @@ return {
"echasnovski/mini.ai",
enabled = false,
},
{
"rcarriga/nvim-notify",
opts = {
top_down = false,
},
},
}