Update lua/lazyvim/plugins/extras/util/blame-nvim.lua

of course! thank you very much :)

Co-authored-by: Iordanis Petkakis <12776461+dpetka2001@users.noreply.github.com>
This commit is contained in:
Andrea C from The App 2024-06-09 10:15:20 +02:00 committed by GitHub
parent 6aa03e7fca
commit 061524b4dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,6 @@
return {
"FabijanZulj/blame.nvim",
config = function()
require("blame").setup()
end,
opts = {},
keys = {
{ mode = "n", "<leader>gb", "<cmd>BlameToggle<cr>", desc = "Git Blame file" },
},