refactor(nvim): replace gh.nvim with Octo
This commit is contained in:
parent
27ac4658dc
commit
103cef85dd
@ -1,13 +1,12 @@
|
|||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"ldelossa/gh.nvim",
|
'pwntester/octo.nvim',
|
||||||
cmd = { "GH" },
|
cmd = "Octo",
|
||||||
dependencies = { "ldelossa/litee.nvim" },
|
dependencies = {
|
||||||
config = function()
|
'nvim-lua/plenary.nvim',
|
||||||
require("litee.lib").setup()
|
'nvim-telescope/telescope.nvim',
|
||||||
require("litee.gh").setup({
|
'nvim-tree/nvim-web-devicons',
|
||||||
refresh_interval = 60000,
|
},
|
||||||
})
|
config = true
|
||||||
end,
|
}
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user