Skip to content

Commit

Permalink
Add git-conflict.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed May 24, 2024
1 parent bcc440c commit 71f3b74
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -238,3 +238,7 @@
path = pack/plugins/start/nvim-nio
url = [email protected]:nvim-neotest/nvim-nio.git
ignore = dirty
[submodule "pack/plugins/start/git-conflict.nvim"]
path = pack/plugins/start/git-conflict.nvim
url = [email protected]:akinsho/git-conflict.nvim.git
ignore = dirty
1 change: 1 addition & 0 deletions pack/plugins/start/git-conflict.nvim
Submodule git-conflict.nvim added at 4c8e25
1 change: 1 addition & 0 deletions plugin/git_conflict.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require('git-conflict').setup()

0 comments on commit 71f3b74

Please sign in to comment.