Skip to content

Commit

Permalink
Added blame.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
crivotz committed Jun 7, 2024
1 parent 00daf40 commit e6ba67d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion lua/config/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -507,5 +507,15 @@ return {
texthl = "String",
})
end
}
},
{
"FabijanZulj/blame.nvim",
lazy = false,
keys = {
{ "<leader>gb", "<cmd>BlameToggle virtual<CR>", desc = "Git blame" },
},
config = function()
require("blame").setup()
end
},
}

0 comments on commit e6ba67d

Please sign in to comment.