Skip to content

Commit 6e6db3d

Browse files
Update README.md to document the "codeium_render" option (Exafunction#339)
* Update README.md
1 parent bef9cba commit 6e6db3d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ completions:
134134
let g:codeium_manual = v:true
135135
```
136136

137+
To disable automatic text rendering of suggestions (the gray text that appears for a suggestion):
138+
139+
```vim
140+
let g:codeium_render = v:false
141+
```
142+
137143
### Show Codeium status in statusline
138144

139145
Codeium status can be generated by calling the `codeium#GetStatusString()` function. In

0 commit comments

Comments
 (0)