chore: update to lazyvim 13

This commit is contained in:
Job
2024-11-08 18:52:27 +01:00
parent d545a9cdf0
commit a1332e1f69
2 changed files with 0 additions and 11 deletions

@@ -4,7 +4,6 @@ return {
"sainnhe/gruvbox-material",
opts = function()
vim.g.gruvbox_material_foreground = "original"
vim.g.gruvbox_material_background = "hard"
end,
},
{

@@ -1,10 +0,0 @@
-- Only show important notifications.
return {
{
"rcarriga/nvim-notify",
opts = {
level = 3,
render = "minimal",
},
},
}