mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
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:
parent
6aa03e7fca
commit
061524b4dd
1 changed files with 1 additions and 3 deletions
|
|
@ -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" },
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue