Lua style
This commit is contained in:
parent
8fdd515d06
commit
4a7f26873c
|
@ -1,4 +1,4 @@
|
||||||
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.loop.fs_stat(lazypath) then
|
||||||
vim.fn.system({
|
vim.fn.system({
|
||||||
"git",
|
"git",
|
||||||
|
|
Loading…
Reference in New Issue