Initial commit

This commit is contained in:
2025-04-18 12:43:43 -07:00
commit afe167a752
14 changed files with 304 additions and 0 deletions

7
lua/plugins/gruvbox.lua Normal file
View File

@ -0,0 +1,7 @@
return {
{
"ellisonleao/gruvbox.nvim",
priority = 1000,
config = true,
},
}