Disable notify

This commit is contained in:
Marcelo Jacobus 2025-01-16 16:49:24 -03:00
parent 7ca29e5452
commit 7c1f50c2a8

4
lua/plugins/notify.lua Normal file
View file

@ -0,0 +1,4 @@
return {
"rcarriga/nvim-notify",
enabled = false,
}