feat: git-blame plugin
This commit is contained in:
parent
082d232b74
commit
83575c8171
1 changed files with 4 additions and 0 deletions
|
@ -58,6 +58,10 @@ local plugins = {
|
||||||
require "custom.configs.lspconfig"
|
require "custom.configs.lspconfig"
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"f-person/git-blame.nvim",
|
||||||
|
lazy=false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"github/copilot.vim",
|
"github/copilot.vim",
|
||||||
event="InsertEnter",
|
event="InsertEnter",
|
||||||
|
|
Loading…
Reference in a new issue