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

Codeium is auto accepting first completion #250

Open
gytis-ivaskevicius opened this issue Oct 12, 2024 · 3 comments
Open

Codeium is auto accepting first completion #250

gytis-ivaskevicius opened this issue Oct 12, 2024 · 3 comments

Comments

@gytis-ivaskevicius
Copy link

Given: Codeium is installed with cmp
When: I go through completion options in Nix or Typescript files (tab, arrows, C-n)
Then: It auto loads the suggestion without me confirming

Seems to work fine with markdown files, maybe because I have no LSP for that?

Also sometimes completion options shows up empty (maybe trim is needed?)
image

@laflinwalker
Copy link

mine works perfectly

@gytis-ivaskevicius
Copy link
Author

I just played around with it, it was somehow conflicting with vim-matchup plugin. I assume the issue is on codeium side since it works fine with other completions

Workaround: replace vim-matchup with nvim-teesitter-pairs. But I am not sure how these plugins compare, need to play around more

@joesitton
Copy link

I just played around with it, it was somehow conflicting with vim-matchup plugin. I assume the issue is on codeium side since it works fine with other completions

Workaround: replace vim-matchup with nvim-teesitter-pairs. But I am not sure how these plugins compare, need to play around more

i have noticed this as well. i use this:

-- FIXME: codeium suggestions with parens automatically get selected
vim.g.matchup_matchparen_enabled = 0

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

3 participants