diff --git a/lua/lazy/core/cache.lua b/lua/lazy/core/cache.lua index 7a8c3c0..7ca5a35 100644 --- a/lua/lazy/core/cache.lua +++ b/lua/lazy/core/cache.lua @@ -1,3 +1,7 @@ +---@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"]