stuff 🤷

This commit is contained in:
Thomas Ruoff
2024-04-06 22:07:57 +02:00
parent a50a611e02
commit c7cf762e43
3 changed files with 85 additions and 0 deletions

View File

@@ -17,4 +17,16 @@ return {
},
},
},
{
'dlvhdr/gh-addressed.nvim',
dependencies = {
'nvim-lua/plenary.nvim',
'MunifTanjim/nui.nvim',
'folke/trouble.nvim',
},
cmd = 'GhReviewComments',
keys = {
{ '<leader>gc', '<cmd>GhReviewComments<cr>', desc = 'GitHub Review Comments' },
},
},
}