From 7849ee09c54008cf2b87cd8af7e694367d14c879 Mon Sep 17 00:00:00 2001 From: Martin Bielik Date: Mon, 27 Feb 2023 21:23:12 +0100 Subject: docu --- doc/vim-ai.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 doc/vim-ai.txt (limited to 'doc/vim-ai.txt') diff --git a/doc/vim-ai.txt b/doc/vim-ai.txt new file mode 100644 index 0000000..f4e3545 --- /dev/null +++ b/doc/vim-ai.txt @@ -0,0 +1,25 @@ +*vim-ai.txt* Complete text using OpenAI API. + +Author: Martin Bielik +License: see https://github.com/madox2/vim-ai/blob/main/LICENSE + +INTRODUCTION *vim-ai* + +This plugin can be used to generate code, edit text, brainstorm ideas, +translate, etc. + +COMMANDS *vim-ai-commands* + +To set-up key bindings and expamples see: +https://github.com/madox2/vim-ai + + *:AI* +:AI {prompt} Completes selected text (visual mode) or text on the + current line (normal mode). Passing optional {prompt} + parameter prepends it to the final prompt. + +ABOUT *vim-ai-about* + +Contributions are welcome on GitHub: + +https://github.com/madox2/vim-ai -- cgit v1.2.3