mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nvim: replace vim.loop' with vim.uv'
This commit is contained in:
parent
0787b7392b
commit
3afe7f1242
2 changed files with 2 additions and 2 deletions
|
|
@ -153,7 +153,7 @@ local opts = {
|
|||
}
|
||||
|
||||
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
|
||||
if not vim.loop.fs_stat(lazypath) then
|
||||
if not vim.uv.fs_stat(lazypath) then
|
||||
vim.fn.system {
|
||||
"git",
|
||||
"clone",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue