New nvim config, add mangohud

This commit is contained in:
KaasKop
2024-06-12 20:38:49 +02:00
parent 950723989c
commit f302e2586a
23 changed files with 610 additions and 727 deletions

View File

@@ -0,0 +1,15 @@
return {
-- add gruvbox
{ "ellisonleao/gruvbox.nvim" },
-- Configure LazyVim to load gruvbox
{
"LazyVim/LazyVim",
dependencies = {
"ellisonleao/gruvbox.nvim",
},
opts = {
colorscheme = "gruvbox",
},
},
}