codeium.vim icon indicating copy to clipboard operation
codeium.vim copied to clipboard

Free, ultrafast Copilot alternative for Vim and Neovim

Results 150 codeium.vim issues
Sort by recently updated
recently updated
newest added

Config: [.config/nvim](https://github.com/Rational-Curiosity/.config/tree/main/nvim) NVIM Versión: v0.9.0-dev-829+gaec4b476c Virtual text suggestion between [], cursor |: ``` fn factorial_recursive (n: u64) -> u64 { match n { 0 => 1, _ => n *...

Failed to source `/home/itznesbro/.local/share/nvim/lazy/codeium.vim/plugin/codeium.vim` ...local/share/nvim/lazy/lazy.nvim/lua/lazy/core/loader.lua:346: Vim(let):E903: Process failed to start: no such file or directory: "/home/itznesbro/.codeium/bin/0a0cf69c54bd02 be577e1240463b85d782fa5475/language_server_linux_arm"

question

strpart function takes "length" as a third parameter. Previous implmentation was using index.

Just after installing this plugin, My neovim in WLS just hanging. It just stopped responding to anything. I guess that it may downloading the codeium server. But It just stops...

question

NeoVIM, the same as VIM has quite a few completion plugins. It would be great to have nvim-cmp support or even X support. It would be awesome to get either...

enhancement

Whenever I try to login, follow the login steps it gives me the error Object does not exist at path: "/org/freedesktop/secrets/collection/login" I would apprecieate any help. os: ubuntu 14

question

I currently have the logging/telemetry turned off because I don't want to leak code from my employer. However, I would be thrilled to provide telemetry while working on my public/OSS...

enhancement

Copilot is actually missing this essential feature. Please implement a hotkey so that it can be possible to autocomplete one word at a time from the one suggested by the...

enhancement

An essential feature would be: 1. Select a folder containing source codes. 2. Analyze it by creating a neural network. 3. Autocomplete based on the neural network built over those...

enhancement

when typing in a comment, I find suggestions in general not useful. At the same time, they are somewhat distracting. Could there be an option to disable codeium suggestions when...

enhancement