From 77cfbd9b0517a96fac103d73d4324626cce19810 Mon Sep 17 00:00:00 2001 From: Shadow Cat Date: Thu, 16 Feb 2023 01:28:06 -0500 Subject: [PATCH] ignore diagnostic warning --- lua/config/plugins.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/config/plugins.lua b/lua/config/plugins.lua index 2af5d06..bab47e0 100644 --- a/lua/config/plugins.lua +++ b/lua/config/plugins.lua @@ -1,5 +1,6 @@ -- bootstrap local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" +---@diagnostic disable-next-line: undefined-field if not vim.loop.fs_stat(lazypath) then vim.fn.system({ "git",