diff options
| author | Martin Bielik <mx.bielik@gmail.com> | 2023-04-08 12:47:12 +0200 |
|---|---|---|
| committer | Martin Bielik <mx.bielik@gmail.com> | 2023-04-08 12:50:13 +0200 |
| commit | 8ad2f64a21c494f3fff07b2e7c852883b2272083 (patch) | |
| tree | c7c8637120a3ca27790de41002bdffb0be2e82b8 | |
| parent | 8857f7f7099ebe5713617392de42ea1d8eec62ca (diff) | |
| download | vim-ai-8ad2f64a21c494f3fff07b2e7c852883b2272083.tar.gz | |
docu improvements
Diffstat (limited to '')
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |