style(cache): disable duplicate warnings

This commit is contained in:
Folke Lemaitre 2023-03-14 18:31:43 +01:00
parent d0db9f83ef
commit 0b7596f609
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 4 additions and 0 deletions

View File

@ -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 -- interop with the native Neovim cache
if type(package.loaded["vim.cache"]) == "table" then if type(package.loaded["vim.cache"]) == "table" then
return package.loaded["vim.cache"] return package.loaded["vim.cache"]