feat(nvim): github cli integration

This commit is contained in:
Price Hiller 2023-07-04 12:54:57 -05:00
parent 2c7c161869
commit 1cd1124e6c
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -774,6 +774,16 @@ lazy.setup({
},
opts = {},
},
-- Github CLI integration
{
"ldelossa/gh.nvim",
dependencies = { "ldelossa/litee.nvim" },
config = function()
require('litee.lib').setup()
require('litee.gh').setup()
end
},
}, {
checker = {
enabled = true,