Skip to content

Commit

Permalink
Add 'DiffviewOpen' in 'sindrets/diffview.nvim' to use diffview in the…
Browse files Browse the repository at this point in the history
… begin
  • Loading branch information
kang8 committed Dec 20, 2023
1 parent 2daa056 commit df1aba0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/plugins/git.lua
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ return {
opts = true,
cmd = {
'DiffviewFileHistory',
'DiffviewOpen',
},
keys = {
{ '<leader>gl', '<cmd>DiffviewFileHistory %<cr>', desc = 'git: [N] View git history on current file' },
Expand Down

0 comments on commit df1aba0

Please sign in to comment.