codeium.vim
codeium.vim copied to clipboard
Free, ultrafast Copilot alternative for Vim and Neovim
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"
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...
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...
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
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...
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...
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...
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...