add codeium

This commit is contained in:
Alex Kelly 2023-01-18 16:40:57 -05:00
parent f1e5370ae2
commit 069aca6d4f

View file

@ -59,6 +59,8 @@ call plug#begin(g:plugged_home)
Plug 'tomlion/vim-solidity'
" I'm a cheap bastard and am not paying for copilot...so let's shut it up
" Plug 'github/copilot.vim'
" hey..cheap option arrived for copilot alternative ;)
Plug 'Exafunction/codeium.vim'
call plug#end()
filetype plugin indent on