mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
hilight update for gitsigns.nvim
This commit is contained in:
parent
f308ccad7b
commit
5229c460ea
@ -50,6 +50,8 @@ vim.api.nvim_create_autocmd('ColorScheme', {
|
|||||||
callback = function()
|
callback = function()
|
||||||
vim.cmd [[
|
vim.cmd [[
|
||||||
hi GitSignsChangeInline guibg=fg guifg=bg
|
hi GitSignsChangeInline guibg=fg guifg=bg
|
||||||
|
hi GitSignsAddInline guibg=fg guifg=bg
|
||||||
|
hi GitSignsDeleteInline guibg=fg guifg=bg
|
||||||
]]
|
]]
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user