https://github.com/Exafunction/codeium.vim Skip to content Toggle navigation Sign up * Product + Actions Automate any workflow + Packages Host and manage packages + Security Find and fix vulnerabilities + Codespaces Instant dev environments + Copilot Write better code with AI + Code review Manage code changes + Issues Plan and track work + Discussions Collaborate outside of code + Explore + All features + Documentation + GitHub Skills + Blog * Solutions + For + Enterprise + Teams + Startups + Education + By Solution + CI/CD & Automation + DevOps + DevSecOps + Case Studies + Customer Stories + Resources * Open Source + GitHub Sponsors Fund open source developers + The ReadME Project GitHub community articles + Repositories + Topics + Trending + Collections * Pricing [ ] * # In this repository All GitHub | Jump to | * No suggested jump to results * # In this repository All GitHub | Jump to | * # In this organization All GitHub | Jump to | * # In this repository All GitHub | Jump to | Sign in Sign up {{ message }} Exafunction / codeium.vim Public * Notifications * Fork 2 * Star 56 Free, ultrafast Copilot alternative for Vim and Neovim www.codeium.com/ License MIT license 56 stars 2 forks Star Notifications * Code * Issues 2 * Pull requests 0 * Projects 0 * Security * Insights More * Code * Issues * Pull requests * Projects * Security * Insights Exafunction/codeium.vim This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. main Switch branches/tags [ ] Branches Tags Could not load branches Nothing to show {{ refName }} default View all branches Could not load tags Nothing to show {{ refName }} default View all tags Name already in use A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch? Cancel Create 3 branches 0 tags Code * Local * Codespaces * Clone HTTPS GitHub CLI [https://github.com/E] Use Git or checkout with SVN using the web URL. [gh repo clone Exafun] Work fast with our official CLI. Learn more. * Open with GitHub Desktop * Download ZIP Sign In Required Please sign in to use Codespaces. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching Xcode If nothing happens, download Xcode and try again. Launching Visual Studio Code Your codespace will open once ready. There was a problem preparing your codespace, please try again. Latest commit @juliosueiras juliosueiras Fix duplicate doc tags (#4) ... 78998ff Jan 18, 2023 Fix duplicate doc tags (#4) 78998ff Git stats * 14 commits Files Permalink Failed to load latest commit information. Type Name Latest commit message Commit time autoload [auth] redirect to vim/neovim specific page (#2) Jan 18, 2023 doc Fix duplicate doc tags (#4) Jan 18, 2023 plugin improve docs Jan 13, 2023 .gitignore improve docs Jan 13, 2023 LICENSE Initial commit Jan 3, 2023 README.md Increase spacing Jan 18, 2023 codeium.svg Update README.md (#1) Jan 18, 2023 View code [ ] codeium.vim Getting started [?] Configuration Installation Options vim-plug Vundle packer.nvim: Manual [?] Vim Neovim README.md Codeium --------------------------------------------------------------------- Discord Twitter Follow License Visual Studio JetBrains Open VSX Google Chrome codeium.vim Free, ultrafast Copilot alternative for Vim and Neovim Codeium autocompletes your code with AI in all major IDEs. This repository contains the implementation of the Codeium plugin for Vim and Neovim. Check out our playground if you want to quickly try out Codeium online. Contributions are welcome! Feel free to submit pull requests and issues related to the plugin. Example Getting started 1. Install Vim (at least 9.0.0185) or Neovim (at least 0.6) 2. Install Exafunction/codeium.vim using your vim plugin manager of choice, or manually. See Installation Options below. 3. Run :Codeium Auth to set up the plugin and start using Codeium. You can run :help codeium for a full list of commands and configuration options. [?] Configuration Codeium can be disabled for particular filetypes by setting the g:codeium_filetypes variable in your vim config file (vimrc/ init.vim): let g:codeium_filetypes = { \ "bash": v:false, \ "typescript": v:true, \ } Codeium is enabled by default for most filetypes. You can also disable codeium by default with the g:codeium_enabled variable: let g:codeium_enabled = v:false For a full list of configuration options you can run :help codeium. Installation Options vim-plug Plug 'Exafunction/codeium.vim' Vundle Plugin 'Exafunction/codeium.vim' packer.nvim: use 'Exafunction/codeium.vim' Manual [?] Vim Run the following. On windows, you can replace ~/.vim with $HOME/ vimfiles: git clone https://github.com/Exafunction/codeium.vim ~/.vim/pack/Exafunction/start/codeium.vim Neovim Run the following. On windows, you can replace ~/.config with $HOME/ AppData/Local: git clone https://github.com/Exafunction/codeium.vim ~/.config/nvim/pack/Exafunction/start/codeium.vim About Free, ultrafast Copilot alternative for Vim and Neovim www.codeium.com/ Topics javascript python vim go editor golang autocomplete typescript extension neovim ide copilot codeium Resources Readme License MIT license Stars 56 stars Watchers 6 watching Forks 2 forks Releases No releases published Packages 0 No packages published Contributors 4 * @sullivan-sean sullivan-sean Sean Sullivan * @pqn pqn Prem Nair * @juliosueiras juliosueiras Julio Sueiras * @aunch aunch Languages * Vim Script 100.0% Footer (c) 2023 GitHub, Inc. Footer navigation * Terms * Privacy * Security * Status * Docs * Contact GitHub * Pricing * API * Training * Blog * About You can't perform that action at this time. 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.