chore(nvim): ignore missing field diags in plugins

This commit is contained in:
Price Hiller 2023-07-28 04:47:01 -05:00
parent 4be69044c8
commit ebf351675d
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -1,3 +1,4 @@
---@diagnostic disable: missing-fields
-- Packer strap, install packer automatically and configure plugins
-- See the end of this file for how the variable `packer_strap` gets used
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"