This commit is contained in:
2023-10-15 20:06:58 +02:00
parent 2aeb100f24
commit 91801ea6ad

View File

@@ -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
vim.fn.system({
"git",