diff --git a/dots/.config/nvim/lua/plugins/plugins.lua b/dots/.config/nvim/lua/plugins/plugins.lua index 3dfb6f6e..bf7c8056 100755 --- a/dots/.config/nvim/lua/plugins/plugins.lua +++ b/dots/.config/nvim/lua/plugins/plugins.lua @@ -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"