add git conflict git signs
This commit is contained in:
parent
a69141cce0
commit
ea941b5aa6
3 changed files with 72 additions and 0 deletions
|
|
@ -106,3 +106,9 @@ for type, icon in pairs(signs) do
|
|||
local hl = "DiagnosticSign" .. type
|
||||
vim.fn.sign_define(hl, {text = icon, texthl = hl, numhl = hl})
|
||||
end
|
||||
|
||||
vim.cmd [[highlight ConflictMarkerBegin guibg=#2f7366]]
|
||||
vim.cmd [[highlight ConflictMarkerOurs guibg=#2e5049]]
|
||||
vim.cmd [[highlight ConflictMarkerTheirs guibg=#344f69]]
|
||||
vim.cmd [[highlight ConflictMarkerEnd guibg=#2f628e]]
|
||||
vim.cmd [[highlight ConflictMarkerCommonAncestorsHunk guibg=#754a81]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue