From f0db38feb747e7d57185033d6bb203eb95f420a7 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Thu, 4 Apr 2024 00:02:47 +0200 Subject: go back to gruvbox for a while --- lua/plugins/eyecandy/themes.lua | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'lua/plugins') 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, }, } -- cgit v1.2.3