chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2024-03-27 08:23:55 +00:00
parent a836600573
commit e888d5b64c
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ You can add the following Lua code to your `init.lua` to bootstrap
>lua
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
if not vim.uv.fs_stat(lazypath) then
if not (vim.uv or vim.loop).fs_stat(lazypath) then
vim.fn.system({
"git",
"clone",