Arbitrary git-blame formatting change
This commit is contained in:
parent
30590ea25e
commit
f5ed7c0343
1 changed files with 10 additions and 10 deletions
|
|
@ -1,13 +1,13 @@
|
||||||
return {
|
return {
|
||||||
"FabijanZulj/blame.nvim",
|
"FabijanZulj/blame.nvim",
|
||||||
opts = {
|
opts = {
|
||||||
blame_options = { "-w" },
|
blame_options = { "-w" },
|
||||||
},
|
},
|
||||||
keys = {
|
keys = {
|
||||||
{
|
{
|
||||||
"<leader>gb",
|
"<leader>gb",
|
||||||
"<cmd>BlameToggle<cr>",
|
"<cmd>BlameToggle<cr>",
|
||||||
desc = "Toggle git blame",
|
desc = "Toggle git blame",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue