mirror of https://github.com/folke/lazy.nvim.git
style(cache): disable duplicate warnings
This commit is contained in:
parent
d0db9f83ef
commit
0b7596f609
|
@ -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"]
|
||||||
|
|
Loading…
Reference in New Issue