mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 21:06:46 +00:00
build(cache): added script to sync cache implementation with Neovim
This commit is contained in:
parent
2a88a73ace
commit
4446d69c28
2 changed files with 5 additions and 0 deletions
|
@ -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 = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue