ignore diagnostic warning

This commit is contained in:
iris committed 2023-02-16 01:28:06 -05:00
1 parent 11bb713b60
commit 77cfbd9b05
1 file changed
+1
+1
View File
@@ -1,5 +1,6 @@
-- bootstrap -- bootstrap
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
---@diagnostic disable-next-line: undefined-field
if not vim.loop.fs_stat(lazypath) then if not vim.loop.fs_stat(lazypath) then
vim.fn.system({ vim.fn.system({
"git", "git",