This commit is contained in:
Nicolai Van der Storm 2023-10-15 20:06:58 +02:00
parent 2aeb100f24
commit 91801ea6ad
Signed by: NicolaiVdS
GPG Key ID: CA53B34914EFD59B

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",