return { { 'projects/cdy-nvim', dir = '~/projects/cdy-nvim', cmd = { 'CodyChat', 'CodyAsk', 'CodySetModel', 'CodyToggleFileContext', 'CodyToggleRepoContext', 'CodyNew' }, dependencies = { 'MunifTanjim/nui.nvim', 'nvim-lua/plenary.nvim', }, keys = { { 'cc', 'CodyChat', desc = 'Open cody chat' }, { 'cn', 'CodyNew', desc = 'Start new cody chat' }, }, dev = true, opts = { include_file = true, include_repo = true, }, }, }