feat(nvim): Add git-conflict.nvim
This commit is contained in:
parent
64d2f4f025
commit
c6c0e33970
2 changed files with 7 additions and 0 deletions
|
@ -77,4 +77,10 @@ return {
|
|||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
config = true,
|
||||
},
|
||||
{
|
||||
"akinsho/git-conflict.nvim",
|
||||
event = "LazyFile",
|
||||
version = "*",
|
||||
config = true,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue