mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
fix
This commit is contained in:
@@ -8,9 +8,7 @@ local source = {}
|
||||
local enabled = true
|
||||
|
||||
source.new = function()
|
||||
local self = setmetatable({ cache = {} }, { __index = source })
|
||||
|
||||
return self
|
||||
return setmetatable({ cache = {} }, { __index = source })
|
||||
end
|
||||
|
||||
source.complete = function(self, _, callback)
|
||||
|
||||
Reference in New Issue
Block a user