refactor(nvim): replace gh.nvim with Octo

This commit is contained in:
Price Hiller 2023-09-04 21:46:22 -05:00
parent 27ac4658dc
commit 103cef85dd
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -1,13 +1,12 @@
return {
{
"ldelossa/gh.nvim",
cmd = { "GH" },
dependencies = { "ldelossa/litee.nvim" },
config = function()
require("litee.lib").setup()
require("litee.gh").setup({
refresh_interval = 60000,
})
end,
},
'pwntester/octo.nvim',
cmd = "Octo",
dependencies = {
'nvim-lua/plenary.nvim',
'nvim-telescope/telescope.nvim',
'nvim-tree/nvim-web-devicons',
},
config = true
}
}