Fix #1139
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user