This commit is contained in:
hrsh7th
2022-08-20 19:17:45 +09:00
parent b1ebdb0a17
commit 1307917fff

View File

@@ -74,7 +74,7 @@ end
---@return cmp.ConfigSchema
config.get = function()
local global_config = config.global
if config.onetime.sources then
if config.onetime and not vim.tbl_isempty(config.onetime) then
local onetime_config = config.onetime
return config.cache:ensure({
'get',