typo fix
This commit is contained in:
parent
2aeb100f24
commit
91801ea6ad
@ -1,4 +1,4 @@
|
|||||||
local lazypath = vim.fin.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
Block a user