mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
refactor(cache): revert all vim.cache
changes and disable it if it would ever exist
This commit is contained in:
parent
942c805b84
commit
21a219a825
6 changed files with 14 additions and 25 deletions
|
@ -1,13 +1,3 @@
|
|||
---@diagnostic disable: duplicate-doc-alias
|
||||
---@diagnostic disable: duplicate-doc-field
|
||||
---@diagnostic disable: duplicate-set-field
|
||||
|
||||
-- interop with the native Neovim cache
|
||||
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