nvim: fix git blame
This commit is contained in:
parent
d522104407
commit
ad79dc5bbf
@ -23,9 +23,12 @@ return {
|
|||||||
{
|
{
|
||||||
'FabijanZulj/blame.nvim',
|
'FabijanZulj/blame.nvim',
|
||||||
config = function()
|
config = function()
|
||||||
local blame = require('blame')
|
require('blame').setup()
|
||||||
vim.keymap.set('n', '<leader>gb', function() blame.toggle({ args = 'window' }) end)
|
end,
|
||||||
end
|
cmd = 'BlameToggle',
|
||||||
|
keys = {
|
||||||
|
{ '<leader>gb', '<cmd>BlameToggle<cr>', desc = '[G]it [B]lame toggle' },
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user