From c70759274ba4cd4532bba7a4ce7d61b01634df77 Mon Sep 17 00:00:00 2001 From: Matthew Wozniak Date: Wed, 11 Feb 2026 21:41:36 -0500 Subject: 2026 --- lua/plugins/gruvbox.lua | 13 +++++++++++++ 1 file changed, 13 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..bb3a924 --- /dev/null +++ b/lua/plugins/gruvbox.lua @@ -0,0 +1,13 @@ +return { + "ellisonleao/gruvbox.nvim", + priority = 1000, + config = true, + opts = { + italic = { + comments = false, + strings = false, + }, + contrast = "hard", + transparent_mode = true, + }, +} -- cgit v1.2.3-54-g00ecf