Skip to content

Commit c4c5335

Browse files
fortenforgeCopybara Bot
authored andcommitted
Project import generated by Copybara. (#250)
GitOrigin-RevId: 84721408455bc3335449c351005778c3b177bfcc Co-authored-by: Copybara Bot <copybara@exafunction.com>
1 parent b8282f4 commit c4c5335

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,9 @@ Shorter variant without Codeium logo:
151151

152152
Please check `:help statusline` for further information about building statusline in VIM.
153153

154-
vim-airline supports Codeium out-of-the-box since commit [3854429d](https://github.com/vim-airline/vim-airline/commit/3854429d99c8a2fb555a9837b155f33c957a2202).
154+
For vim-airline extension you can use following config:
155+
156+
```let g:airline_section_y = '{…}%3{codeium#GetStatusString()}'```
155157

156158
## 💾 Installation Options
157159

autoload/codeium/server.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
let s:language_server_version = '1.2.102'
2-
let s:language_server_sha = '2d149c07adfaea71754a236f2a39433f37bc0878'
1+
let s:language_server_version = '1.2.104'
2+
let s:language_server_sha = 'ab59278dfa738977096f6bfc2299d9941fcc3252'
33
let s:root = expand('<sfile>:h:h:h')
44
let s:bin = v:null
55

0 commit comments

Comments
 (0)