Tiny change to call vim.uv
This commit is contained in:
parent
11458cd4de
commit
843d400e2e
2
init.lua
2
init.lua
|
@ -46,7 +46,7 @@ vim.keymap.set("n", "<leader>nh", "<cmd>nohlsearch<cr>", { silent = true })
|
|||
|
||||
-- Use lazy.nvim as plugin manager, and load plugin's config
|
||||
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…
Reference in a new issue