Skip to content

Commit

Permalink
Update README.md to document the "codeium_render" option (#339)
Browse files Browse the repository at this point in the history
* Update README.md
  • Loading branch information
ilan-schemoul authored Mar 20, 2024
1 parent bef9cba commit 6e6db3d
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 6e6db3d

Please sign in to comment.