From 2281c7ed00f4b5f7e54e4d067f8817747da6e3bb Mon Sep 17 00:00:00 2001 From: Ilan Schemoul Date: Sat, 16 Mar 2024 01:31:46 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2054f9a3..31fa76a7 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 grey 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 From 642e8cc90da23e2f9818157c558c7241a3393497 Mon Sep 17 00:00:00 2001 From: Prem Nair Date: Wed, 20 Mar 2024 14:47:25 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31fa76a7..0aaf4d96 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ completions: let g:codeium_manual = v:true ``` -To disable automatic text rendering of suggestions (the grey text that appears for a suggestion) : +To disable automatic text rendering of suggestions (the gray text that appears for a suggestion): ```vim let g:codeium_render = v:false