refactor(nvim): remove unecessary guibg=None
This commit is contained in:
parent
1b2102f20b
commit
c07e9aa5a5
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user