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