Skip to content

Commit

Permalink
feat(plugins): add dlvhdr/gh-blame.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
n3wborn committed Feb 12, 2024
1 parent 2367e5a commit d16ae98
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"dressing.nvim": { "branch": "master", "commit": "6f212262061a2120e42da0d1e87326e8a41c0478" },
"friendly-snippets": { "branch": "main", "commit": "5cc1f45c6aac699ad008fb85f6ae03236062667d" },
"fzf-lua": { "branch": "main", "commit": "91ec17b4fd0d810599f054eef08db967a0457fbf" },
"gh-blame.nvim": { "branch": "main", "commit": "80154c9a68f731f18e08a437f16e9579a6cb0a63" },
"git-conflict.nvim": { "branch": "main", "commit": "4c8e252b87d54d944c1e56bfb477f78b6fdaf661" },
"gitsigns.nvim": { "branch": "main", "commit": "2c2463dbd82eddd7dbab881c3a62cfbfbe3c67ae" },
"indent-blankline.nvim": { "branch": "master", "commit": "12e92044d313c54c438bd786d11684c88f6f78cd" },
Expand Down
7 changes: 7 additions & 0 deletions lua/plugins/gh_blame.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
return {
'dlvhdr/gh-blame.nvim',
dependencies = { 'nvim-lua/plenary.nvim', 'MunifTanjim/nui.nvim' },
keys = {
{ '<leader>gg', '<cmd>GhBlameCurrentLine<cr>', desc = 'GitHub Blame Current Line' },
},
}

0 comments on commit d16ae98

Please sign in to comment.