summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Bielik <mx.bielik@gmail.com>2023-04-06 18:48:24 +0200
committerMartin Bielik <mx.bielik@gmail.com>2023-04-06 18:48:24 +0200
commit65bef50c1a26ca9c414320928c2c5cfd1b71e1ee (patch)
tree89e61ca487e587203293e0efd06d9001a1bb718a
parent77840611b909b87abc92ca7d57a2955ce952352f (diff)
downloadvim-ai-65bef50c1a26ca9c414320928c2c5cfd1b71e1ee.tar.gz
descriptions update
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index b7d9577..3ead252 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,12 @@
# vim-ai
-Complete text and chat with GPT in Vim/Neovim using OpenAI.
+This plugin adds Artificial Intelligence (AI) capabilities to your Vim and Neovim.
+You can generate code, edit text, or have an interactive conversation with GPT models, all powered by OpenAI's API.
## Features
-- Generate text or code, answer questions
-- Edit selected text in-place
+- Generate text or code, answer questions with AI
+- Edit selected text in-place with AI
- Interactive conversation with ChatGPT
![vim-ai demo](./demo.gif)