From c07e9aa5a576fbc7446004269f512885d8b6ec1b Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Tue, 22 Nov 2022 23:21:14 -0600 Subject: [PATCH] refactor(nvim): remove unecessary guibg=None --- dots/.nvim-environments/primary/config/lua/core/options.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/dots/.nvim-environments/primary/config/lua/core/options.lua b/dots/.nvim-environments/primary/config/lua/core/options.lua index d25f822c..d2ff2ac5 100755 --- a/dots/.nvim-environments/primary/config/lua/core/options.lua +++ b/dots/.nvim-environments/primary/config/lua/core/options.lua @@ -16,7 +16,6 @@ M.setup = function() -- Set truecolor support opt.termguicolors = true - vim.cmd("highlight Normal guibg=none") -- Enable system clipboard opt.clipboard = "unnamedplus"