@@ -9,6 +9,8 @@ A tiny Neovim plugin that shows a simple, keyboard‑driven list of recent Git c
99
1010Works great for: “show me the last N commits, let me pick one (or two) and open the diff”.
1111
12+ !Preview
13+
1214
1315==============================================================================
1416FEATURES *gitlogdiff-features*
@@ -29,7 +31,6 @@ REQUIREMENTS *gitlogdiff-requirements*
2931- Git available on your $PATH
3032- Dependencies:
3133 - sindrets/diffview.nvim
32- - folke/snacks.nvim
3334
3435
3536==============================================================================
@@ -47,7 +48,6 @@ lazy.nvim *gitlogdiff-lazy.nvim*
4748 main = "gitlogdiff",
4849 dependencies = {
4950 "sindrets/diffview.nvim",
50- "folke/snacks.nvim",
5151 },
5252 cmd = "GitLogDiff",
5353 opts = { max_count = 300 },
6464 "Salanoid/gitlogdiff.nvim",
6565 requires = {
6666 "sindrets/diffview.nvim",
67- "folke/snacks.nvim",
6867 },
6968 config = function()
7069 require("gitlogdiff").setup({
@@ -111,7 +110,7 @@ TROUBLESHOOTING *gitlogdiff-troubleshooting*
111110ROADMAP / NOTES *gitlogdiff-roadmap-notes*
112111
113112
114- - Currently, selecting two commits diffs A..B. Selecting more than two is not supported and may yield unexpected results.
113+ - Should work with other diff viwers plugins for example with: esmuellert/codediff.nvim: https://github.com/esmuellert/codediff.nvim
115114
116115
117116==============================================================================
@@ -121,6 +120,5 @@ LICENSE *gitlogdiff-license*
121120MIT — see LICENSE.
122121
123122sindrets/diffview.nvim: https://github.com/sindrets/diffview.nvim
124- folke/snacks.nvim: https://github.com/folke/snacks.nvim
125123
126124 vim:tw=78:ts=8:ft=help:norl:
0 commit comments