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
No known key found for this signature in database

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"