10
config/nvim/plugins/notifications.lua
Normal file
10
config/nvim/plugins/notifications.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
-- Only show important notifications.
|
||||
return {
|
||||
{
|
||||
"rcarriga/nvim-notify",
|
||||
opts = {
|
||||
level = 3,
|
||||
render = "minimal",
|
||||
},
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user