return { dir = vim.fn.stdpath("config") .. "/custom/proj-conf", name = "proj-conf", dependencies = { "telescope-shroud" }, enabled = true, lazy = false, config = function(_, _) require("proj-conf").setup() end }