mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-24 13:31:04 +00:00
Disable notify
This commit is contained in:
parent
7ca29e5452
commit
7c1f50c2a8
1 changed files with 4 additions and 0 deletions
4
lua/plugins/notify.lua
Normal file
4
lua/plugins/notify.lua
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
return {
|
||||||
|
"rcarriga/nvim-notify",
|
||||||
|
enabled = false,
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue