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