File tree 2 files changed +17
-2
lines changed 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,21 @@ return {
35
35
},
36
36
},
37
37
38
+ {
39
+ ' akinsho/git-conflict.nvim' ,
40
+ version = ' *' ,
41
+ --- @module ' git-conflict'
42
+ --- @type GitConflictConfig
43
+ opts = {
44
+ disable_diagnostics = true ,
45
+ highlights = {
46
+ ancestor = ' DiffText' ,
47
+ current = ' DiffChange' ,
48
+ incoming = ' DiffAdd' ,
49
+ },
50
+ },
51
+ },
52
+
38
53
{
39
54
' sindrets/diffview.nvim' ,
40
55
dependencies = {
Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ return {
53
53
WinBarNC = { bg = ' none' },
54
54
WinSeparator = { fg = colors .guide_normal , bg = ' none' },
55
55
56
- DiffText = { link = ' DiffChange' },
56
+ -- DiffText = { link = 'DiffChange' },
57
57
-- DiffAdd = { fg = colors.vcs_added },
58
58
-- DiffChange = { bg = colors.selection_inactive },
59
- DiffDelete = { fg = colors .vcs_removed },
59
+ -- DiffDelete = { fg = colors.vcs_removed },
60
60
61
61
-- DiffviewDiffAdd = { fg = colors.vcs_added },
62
62
DiffviewDiffDelete = { fg = colors .comment },
You can’t perform that action at this time.
0 commit comments