From eb21dba7e2a0b0248a2f18f959c2353bbce498ef Mon Sep 17 00:00:00 2001 From: Ilan Schemoul Date: Wed, 20 Mar 2024 22:48:13 +0100 Subject: [PATCH] Update README.md to document the "codeium_render" option (#339) * Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2054f9a3..0aaf4d96 100644 --- a/README.md +++ b/README.md @@ -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