summaryrefslogtreecommitdiff
path: root/lua/plugins/eyecandy/themes.lua
diff options
context:
space:
mode:
authorChristian Segundo2024-04-04 00:02:47 +0200
committerChristian Segundo2024-04-04 00:02:47 +0200
commitf0db38feb747e7d57185033d6bb203eb95f420a7 (patch)
treea79037b47073f824e24de10ea9a327bbcd02a219 /lua/plugins/eyecandy/themes.lua
parentd6e7af16157d8e67dad5f6177d24d152d89484b0 (diff)
downloadconfig-f0db38feb747e7d57185033d6bb203eb95f420a7.tar.gz
go back to gruvbox for a while
Diffstat (limited to 'lua/plugins/eyecandy/themes.lua')
-rw-r--r--lua/plugins/eyecandy/themes.lua12
1 files changed, 11 insertions, 1 deletions
diff --git a/lua/plugins/eyecandy/themes.lua b/lua/plugins/eyecandy/themes.lua
index 334b485..de7d2d4 100644
--- a/lua/plugins/eyecandy/themes.lua
+++ b/lua/plugins/eyecandy/themes.lua
@@ -19,7 +19,17 @@ return {
},
},
})
- vim.api.nvim_command("colorscheme catppuccin")
+ --vim.api.nvim_command("colorscheme catppuccin")
+ end,
+ },
+
+ {
+ "ellisonleao/gruvbox.nvim",
+ lazy = false,
+ priority = 1000,
+ config = function()
+ require("gruvbox").setup({})
+ vim.api.nvim_command("colorscheme gruvbox")
end,
},
}