Disable notify. Too noisy

This commit is contained in:
Marcelo Jacobus 2024-09-05 09:38:52 -03:00
parent a96478ff62
commit 5310084735

View file

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