refactor(nvim): remove unecessary guibg=None

This commit is contained in:
Price Hiller 2022-11-22 23:21:14 -06:00
parent 1b2102f20b
commit c07e9aa5a5

View File

@ -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"