mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2025-10-21 20:10:41 +00:00
fix
This commit is contained in:
parent
91efa3ff4c
commit
ab213ef300
@ -8,9 +8,7 @@ local source = {}
|
|||||||
local enabled = true
|
local enabled = true
|
||||||
|
|
||||||
source.new = function()
|
source.new = function()
|
||||||
local self = setmetatable({ cache = {} }, { __index = source })
|
return setmetatable({ cache = {} }, { __index = source })
|
||||||
|
|
||||||
return self
|
|
||||||
end
|
end
|
||||||
|
|
||||||
source.complete = function(self, _, callback)
|
source.complete = function(self, _, callback)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user