You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?)
The text was updated successfully, but these errors were encountered:
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 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
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?)
The text was updated successfully, but these errors were encountered: