From 9e69e3554ee1dd56f055423de09a0a575fbe73b0 Mon Sep 17 00:00:00 2001 From: Marek Muzyka Date: Fri, 14 Nov 2025 19:26:59 +0100 Subject: Basic config --- lua/plugins/gruvbox.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lua/plugins/gruvbox.lua (limited to 'lua/plugins/gruvbox.lua') diff --git a/lua/plugins/gruvbox.lua b/lua/plugins/gruvbox.lua new file mode 100644 index 0000000..a366335 --- /dev/null +++ b/lua/plugins/gruvbox.lua @@ -0,0 +1,10 @@ +return { + "ellisonleao/gruvbox.nvim", + lazy = false, + priority = 1000, + opts = { transparent_mode = true }, + config = function(_, opts) + require("gruvbox").setup(opts) + vim.cmd.colorscheme("gruvbox") + end +} -- cgit v1.2.3