feat(nvim): github cli integration
This commit is contained in:
parent
2c7c161869
commit
1cd1124e6c
@ -774,6 +774,16 @@ lazy.setup({
|
|||||||
},
|
},
|
||||||
opts = {},
|
opts = {},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
-- Github CLI integration
|
||||||
|
{
|
||||||
|
"ldelossa/gh.nvim",
|
||||||
|
dependencies = { "ldelossa/litee.nvim" },
|
||||||
|
config = function()
|
||||||
|
require('litee.lib').setup()
|
||||||
|
require('litee.gh').setup()
|
||||||
|
end
|
||||||
|
},
|
||||||
}, {
|
}, {
|
||||||
checker = {
|
checker = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user