Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

copilot / codium not working. #28

Open
OneOfOne opened this issue Mar 4, 2024 · 0 comments
Open

copilot / codium not working. #28

OneOfOne opened this issue Mar 4, 2024 · 0 comments

Comments

@OneOfOne
Copy link

OneOfOne commented Mar 4, 2024

Hello,
I'm using lazyvim and copilot/codium does not at all and doesn't show in the menus.

here's my config:

	{
		'ms-jpq/coq_nvim',
		branch = 'coq',
		event = 'InsertEnter',
		opt = true,
		config = function()
			local coq = require('coq')
			coq.Now() -- Start coq

			-- 3party sources
			require('coq_3p')({
				{ src = 'copilot', short_name = 'COP', accept_key = '<c-f>' },
				{ src = 'codeium', short_name = 'COD' },
				{src='demo'} -- to test if it works, and it does
			})
		end,
		dependencies = {
			{ 'ms-jpq/coq.artifacts', branch = 'artifacts' },
			{ 'ms-jpq/coq.thirdparty', branch = '3p', module = 'coq_3p' },
		},
	},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant