refactor(nvim): insert >
for diffview whichkey hint group
This commit is contained in:
parent
53df9252a9
commit
9e8edd6bf4
@ -2,7 +2,7 @@ return {
|
||||
{
|
||||
"sindrets/diffview.nvim",
|
||||
keys = {
|
||||
{ "<localleader>d", desc = "Diff View" },
|
||||
{ "<localleader>d", desc = "> Diff View" },
|
||||
{ "<localleader>dd", "<cmd>DiffviewOpen<CR>", desc = "Diff View: Open" },
|
||||
{ "<localleader>dh", "<cmd>DiffviewFileHistory<CR>", desc = "Diff View: File History" },
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user