fix notify error

This commit is contained in:
Alex Muszynski
2025-04-13 19:23:37 -04:00
parent 8fa24ea055
commit 85c0ecc607
2 changed files with 7 additions and 25 deletions
+7
View File
@@ -0,0 +1,7 @@
return {
'rcarriga/nvim-notify',
event = 'VeryLazy',
opts = {
background_colour = '#000000',
},
}