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