Update this flavour for my notebook

This commit is contained in:
2026-01-08 15:34:53 -03:00
parent f3d4395f72
commit c2ae5fbf3d
4 changed files with 114 additions and 3 deletions

View File

@@ -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)