added nvim

This commit is contained in:
2025-09-30 19:35:36 +02:00
parent 70c935e1a9
commit 82b0f111c2
21 changed files with 663 additions and 90 deletions

View File

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