mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix: add shim for vim.uv just in case someone upgrades lazyvim before lazy
This commit is contained in:
parent
69aedc2657
commit
4b8fe44c08
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
vim.uv = vim.uv or vim.loop
|
||||||
|
|
||||||
local M = {}
|
local M = {}
|
||||||
|
|
||||||
---@param opts? LazyVimConfig
|
---@param opts? LazyVimConfig
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue