Lua style

This commit is contained in:
Eduardo Cueto-Mendoza 2024-05-07 12:52:05 +01:00
parent 8fdd515d06
commit 4a7f26873c
1 changed files with 1 additions and 1 deletions

View File

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