summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMartin Bielik <mx.bielik@gmail.com>2023-04-08 12:47:12 +0200
committerMartin Bielik <mx.bielik@gmail.com>2023-04-08 12:50:13 +0200
commit8ad2f64a21c494f3fff07b2e7c852883b2272083 (patch)
treec7c8637120a3ca27790de41002bdffb0be2e82b8 /README.md
parent8857f7f7099ebe5713617392de42ea1d8eec62ca (diff)
downloadvim-ai-8ad2f64a21c494f3fff07b2e7c852883b2272083.tar.gz
docu improvements
Diffstat (limited to '')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
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