Lazy: update setup code to match online Lazy docs
This commit is contained in:
parent
8c6bb614bf
commit
4b56685efc
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -1,7 +1,7 @@
|
||||||
require("vim-options")
|
require("vim-options")
|
||||||
|
|
||||||
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
|
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
|
||||||
if not vim.loop.fs_stat(lazypath) then
|
if not (vim.uv or vim.loop).fs_stat(lazypath) then
|
||||||
vim.fn.system({
|
vim.fn.system({
|
||||||
"git",
|
"git",
|
||||||
"clone",
|
"clone",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue