Skip to content

Commit

Permalink
feat(plugins): add diffview
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Pluchart committed Feb 10, 2024
1 parent 632c1c7 commit f5757cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lua/plugins/diffview.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
return {
'sindrets/diffview.nvim',
config = function()
require('diffview')
end,
}

0 comments on commit f5757cc

Please sign in to comment.