Update this flavour for my notebook
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
return {
|
||||
{ "rcarriga/nvim-notify", init = false, config = true },
|
||||
{
|
||||
"rcarriga/nvim-notify",
|
||||
init = false,
|
||||
config = true,
|
||||
opts = {
|
||||
background_colour = "#000000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = function(_, opts)
|
||||
|
||||
Reference in New Issue
Block a user