remove notify, was annoying, maybe need to config more
This commit is contained in:
@@ -10,6 +10,6 @@ return {
|
||||
-- OPTIONAL:
|
||||
-- `nvim-notify` is only needed, if you want to use the notification view.
|
||||
-- If not available, we use `mini` as the fallback
|
||||
'rcarriga/nvim-notify',
|
||||
--'rcarriga/nvim-notify',
|
||||
},
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
return {
|
||||
'rcarriga/nvim-notify',
|
||||
event = 'VeryLazy',
|
||||
opts = {
|
||||
background_colour = '#000000',
|
||||
},
|
||||
-- 'rcarriga/nvim-notify',
|
||||
-- event = 'VeryLazy',
|
||||
-- opts = {
|
||||
-- background_colour = '#000000',
|
||||
-- },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user