Skip to content

Commit

Permalink
fix(git-blame.nvim): migrate from 'init.lua' to 'config.lua'
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 committed Oct 19, 2023
1 parent 2eaf224 commit d873065
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lua/configs/f-person/git-blame-nvim/config.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require("gitblame").setup({
enabled = false,
delay = 500,
delay = 300,
message_template = " <author> • <date> • <summary>",
message_when_not_committed = " <author> • <date> • Not Committed Yet",
})
8 changes: 0 additions & 8 deletions lua/configs/f-person/git-blame-nvim/init.lua

This file was deleted.

2 changes: 1 addition & 1 deletion lua/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ local M = {
{
"f-person/git-blame.nvim",
event = { VeryLazy, CmdlineEnter },
init = lua_init("f-person/git-blame.nvim"),
config = lua_config("f-person/git-blame.nvim"),
keys = lua_keys("f-person/git-blame.nvim"),
},
-- Permlink
Expand Down

0 comments on commit d873065

Please sign in to comment.