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 { 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, }
},
} }