Skip to content

Commit

Permalink
Bring to head of internal repo (#385)
Browse files Browse the repository at this point in the history
* Project import generated by Copybara.

GitOrigin-RevId: 501264dd20501f52feb0ec8f3f14d12a6d5f8e14

* update LS version

---------

Co-authored-by: Copybara Bot <[email protected]>
  • Loading branch information
kevinzlu and Copybara Bot authored Jun 15, 2024
1 parent 590d6ea commit 35d4a8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion autoload/codeium.vim
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ endfunction

function! codeium#Accept() abort
let current_completion = s:GetCurrentCompletionItem()
return s:CompletionInserter(current_completion, current_completion.completion.text)
return s:CompletionInserter(current_completion, current_completion.completion.text)
endfunction

function! codeium#AcceptNextWord() abort
Expand Down
4 changes: 2 additions & 2 deletions autoload/codeium/server.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let s:language_server_version = '1.8.49'
let s:language_server_sha = 'c929d690cfa19b71ef20c82db1342f4db7fe294d'
let s:language_server_version = '1.8.58'
let s:language_server_sha = 'a333c15e50ad6f331d42796f71892ee0311bbd5f'
let s:root = expand('<sfile>:h:h:h')
let s:bin = v:null

Expand Down

0 comments on commit 35d4a8e

Please sign in to comment.