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