-- You can also add or configure plugins by creating files in this `plugins/` folder -- Here are some examples: ---@type LazySpec return { -- == Examples of Adding Plugins == { "ray-x/lsp_signature.nvim", event = "VeryLazy", opts = {}, config = function(_, opts) require("lsp_signature").setup(opts) end, }, }