From 7588a9d8a702a9be27ea4b05b521220ab171a2ee Mon Sep 17 00:00:00 2001 From: Martin Bielik Date: Mon, 27 Feb 2023 21:30:40 +0100 Subject: fixed comment syntax --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c836e30..a6e9bbd 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,11 @@ vnoremap a :AI To customize and re-use prompts it is useful to put some context to the language model. You can do it with prepending text to `:AI` command. ```vim -# key binding with custom context +" key binding with custom context vnoremap s :AI fix grammar and spelling and use formal language nnoremap s :AI fix grammar and spelling and use formal language -# command with custom context +" command with custom context command! -range -nargs=? AICode ,call AIRun("Programming syntax is " . &filetype, ) ``` ## License -- cgit v1.2.3