build(cache): added script to sync cache implementation with Neovim

This commit is contained in:
Folke Lemaitre 2023-03-14 18:37:27 +01:00
parent 2a88a73ace
commit 4446d69c28
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 5 additions and 0 deletions

View file

@ -7,6 +7,7 @@ if type(package.loaded["vim.cache"]) == "table" then
return package.loaded["vim.cache"]
end
-- NEOVIM
local uv = vim.loop
local M = {}