From 9cafbfd41538b467213bf0dc0a5a0c9405ac9e1d Mon Sep 17 00:00:00 2001 From: awy Date: Thu, 20 Nov 2025 01:50:03 +0300 Subject: te --- .config/nvim/lua/plugins/theme.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.config/nvim/lua/plugins/theme.lua') diff --git a/.config/nvim/lua/plugins/theme.lua b/.config/nvim/lua/plugins/theme.lua index 2be3d8e..f372b17 100644 --- a/.config/nvim/lua/plugins/theme.lua +++ b/.config/nvim/lua/plugins/theme.lua @@ -3,6 +3,12 @@ return { "ellisonleao/gruvbox.nvim", priority = 1000, config = function() + require("gruvbox").setup({ + transparent_mode = true, + overrides = { + CursorLineNr = {bg = ""} + } + }) vim.cmd.colorscheme "gruvbox" end } -- cgit v1.2.3