Skip to content

Commit

Permalink
fix(blame-nvim): adjust to the new rewrite (#892)
Browse files Browse the repository at this point in the history
* fix(blame-nvim): adjust to the new rewrite

* chore(blame-nvim): use `opts` instead `config` for setup
  • Loading branch information
manuuurino committed Apr 17, 2024
1 parent 91e6578 commit 8fd4f99
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lua/astrocommunity/git/blame-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
return {
"FabijanZulj/blame.nvim",
event = "User AstroGitFile",
cmd = "BlameToggle",
opts = {},
dependencies = {
{
"AstroNvim/astrocore",
Expand All @@ -9,7 +10,7 @@ return {
mappings = {
n = {
["<Leader>gB"] = {
"<cmd>ToggleBlame<cr>",
"<cmd>BlameToggle<cr>",
desc = "Toggle git blame",
},
},
Expand Down

0 comments on commit 8fd4f99

Please sign in to comment.