Skip to content

Commit

Permalink
feat: add git-conflict plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ceigh committed Sep 12, 2024
1 parent d686f07 commit ee761a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"cmp-path": { "branch": "main", "commit": "91ff86cd9c29299a64f968ebb45846c485725f23" },
"cmp-snippy": { "branch": "master", "commit": "6e39210aa3a74e2bf6462f492eaf0d436cd2b7d3" },
"codeium.nvim": { "branch": "main", "commit": "f6a2ef32a9e923cb0104a19d3e426b0e40e49505" },
"git-conflict.nvim": { "branch": "main", "commit": "bfd9fe6fba9a161fc199771d85996236a0d0faad" },
"gitsigns.nvim": { "branch": "main", "commit": "562dc47189ad3c8696dbf460d38603a74d544849" },
"import-cost.nvim": { "branch": "main", "commit": "332b9870c7b22dcfb297a0be7d7a87c148181694" },
"indent-blankline.nvim": { "branch": "master", "commit": "db926997af951da38e5004ec7b9fbdc480b48f5d" },
Expand Down
6 changes: 6 additions & 0 deletions lua/plugins/git-conflict.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
return {
"https://github.com/akinsho/git-conflict.nvim",
version = "v2.0.0",
event = { "BufReadPre", "BufNewFile" },
config = true,
}

0 comments on commit ee761a8

Please sign in to comment.