feat: git conflic plugin

This commit is contained in:
2026-09-02 10:34:02 +02:00
parent 356fa923b1
commit bd160f982b
2 changed files with 23 additions and 0 deletions

View File

@@ -11,6 +11,22 @@ return {
{ "tpope/vim-fugitive" },
{
'akinsho/git-conflict.nvim',
version = "*",
opts = {
default_mappings = true, -- disable buffer local mapping created by this plugin
default_commands = true, -- disable commands created by this plugin
disable_diagnostics = false, -- This will disable the diagnostics in a buffer whilst it is conflicted
list_opener = 'copen',
highlights = {
incoming = 'DiffAdd',
current = 'DiffText',
}
},
config = true
}
-- {
-- -- dir = "~/Documents/Code/monkey-alert.nvim",
-- "dqnid/monkey-alert.nvim",