refactor(nvim): set gh refresh interval to 1 minute

This commit is contained in:
Price Hiller 2023-07-04 16:55:22 -05:00
parent 1cd1124e6c
commit 276c8305f8
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -781,7 +781,9 @@ lazy.setup({
dependencies = { "ldelossa/litee.nvim" },
config = function()
require('litee.lib').setup()
require('litee.gh').setup()
require('litee.gh').setup({
refresh_interval = 60000
})
end
},
}, {