chore: update to lazyvim 13
All checks were successful
Container build / container-build (push) Successful in 5m3s

This commit is contained in:
Job 2024-11-08 18:52:27 +01:00
parent d545a9cdf0
commit a1332e1f69
Signed by: Job79
SSH Key Fingerprint: SHA256:BezbKv3jZaqu7SdNrZM0e42b8nlNwh63zaVj/pUxc7U
2 changed files with 0 additions and 11 deletions

View File

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

View File

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