initial commit

This commit is contained in:
ZotyDev 2026-02-22 13:49:58 -03:00
commit 179e92ee04
Signed by: Zoty
SSH key fingerprint: SHA256:WsGEGivgl37t3Mth6uugXMOgMCTR7QolIepNbC+j/tA
17 changed files with 2377 additions and 0 deletions

6
lua/plugins/theme.lua Normal file
View file

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