From a64c26852f0fa7adaeab9d536580e5a52669f47a Mon Sep 17 00:00:00 2001 From: Chris Stryczynski Date: Sat, 17 Feb 2024 10:45:45 +0000 Subject: Update README.md Fix instructions which lead to `Undefined variable: g:vim_ai_chat` if config options are not initially set --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 993e762..5d7f26c 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ let g:vim_ai_chat = { \} ``` -Or modify options directly during the vim session: +Once the above is set, you can modify options directly during the vim session: ```vim let g:vim_ai_chat['options']['model'] = 'gpt-4' -- cgit v1.2.3