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
No known key found for this signature in database

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