mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
fix(loader): keep using the internal lua cache till 0.9.1
This commit is contained in:
parent
5f13f69851
commit
78b981b1f3
2 changed files with 1 additions and 11 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 loader
|
||||
if vim.loader then
|
||||
return vim.loader
|
||||
end
|
||||
|
||||
-- NEOVIM
|
||||
local uv = vim.loop
|
||||
|
||||
local M = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue