File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -151,7 +151,9 @@ Shorter variant without Codeium logo:
151151
152152Please 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
Original file line number Diff line number Diff line change 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 '
33let s: root = expand (' <sfile>:h:h:h' )
44let s: bin = v: null
55
You can’t perform that action at this time.
0 commit comments