Skip to content

Commit

Permalink
fix(nvim): lazy integration with Diffview.nvim folke/lazy.nvim#304
Browse files Browse the repository at this point in the history
  • Loading branch information
kuntau committed Jul 12, 2024
1 parent d1ab651 commit eb0fed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nvim/lua/config/lazy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ require("lazy").setup("config.plugins", {
},
},
},
diff = { cmd = 'terminal_git' },
diff = { cmd = 'diffview.nvim' },
ui = { border = 'rounded' },
debug = false,
dev = {
Expand Down

0 comments on commit eb0fed2

Please sign in to comment.