Lazy: update setup code to match online Lazy docs
This commit is contained in:
parent
d32ca1276d
commit
26c7c6038d
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -1,7 +1,7 @@
|
|||
require("vim-options")
|
||||
|
||||
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({
|
||||
"git",
|
||||
"clone",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue