From 8ad2f64a21c494f3fff07b2e7c852883b2272083 Mon Sep 17 00:00:00 2001 From: Martin Bielik Date: Sat, 8 Apr 2023 12:47:12 +0200 Subject: docu improvements --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3c8c15b..bbc9b91 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,10 @@ Plug 'madox2/vim-ai', { 'do': './install.sh' } ``` Alternatively, you can install manually like so: -``` + +```sh git clone https://github.com/madox2/vim-ai/ -mv vim-ai ~/.config/nvim/plugin/ # this is an example, use your own appropriate path +mv vim-ai ~/.config/nvim/plugin/ # copy to the plugin directory ``` ## Usage @@ -62,7 +63,7 @@ mv vim-ai ~/.config/nvim/plugin/ # this is an example, use your own appropriate Press `Ctrl-c` to cancel completion. -When the AI finished answering, you can continue the conversation by entering edit mode, adding your prompt then using the command `:AIChat` once again. +When the AI finishes answering, you can continue the conversation by entering insert mode, adding your prompt, and then using the command `:AIChat` once again. #### Custom conversation prompts -- cgit v1.2.3