Skip to content

Commit

Permalink
Update README.md to document the "codeium_render" option (Exafunction…
Browse files Browse the repository at this point in the history
…#339)

* Update README.md
  • Loading branch information
ilan-schemoul authored and Jiri Velek committed Mar 21, 2024
1 parent c2b20a2 commit eb21dba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,12 @@ completions:
let g:codeium_manual = v:true
```

To disable automatic text rendering of suggestions (the gray text that appears for a suggestion):

```vim
let g:codeium_render = v:false
```

### Show Codeium status in statusline

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

0 comments on commit eb21dba

Please sign in to comment.