chore: update to lazyvim 13
All checks were successful
Container build / container-build (push) Successful in 5m3s
All checks were successful
Container build / container-build (push) Successful in 5m3s
This commit is contained in:
parent
d545a9cdf0
commit
a1332e1f69
@ -4,7 +4,6 @@ return {
|
|||||||
"sainnhe/gruvbox-material",
|
"sainnhe/gruvbox-material",
|
||||||
opts = function()
|
opts = function()
|
||||||
vim.g.gruvbox_material_foreground = "original"
|
vim.g.gruvbox_material_foreground = "original"
|
||||||
vim.g.gruvbox_material_background = "hard"
|
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
-- Only show important notifications.
|
|
||||||
return {
|
|
||||||
{
|
|
||||||
"rcarriga/nvim-notify",
|
|
||||||
opts = {
|
|
||||||
level = 3,
|
|
||||||
render = "minimal",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user