mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 09:18:51 +02: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 = {}
|
||||
|
||||
---@param opts? LazyVimConfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue