diff options
| author | Martin Bielik <mx.bielik@gmail.com> | 2023-03-06 17:43:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-06 17:43:09 +0100 |
| commit | f9b2bf78b018f618782d59aa60b2346fff45790d (patch) | |
| tree | 5f88c0355cc6355c72bdd5f47b521a89213e5e8f /README.md | |
| parent | b634503f31bd0fd2a66e0685f917027f3761adf9 (diff) | |
| download | vim-ai-f9b2bf78b018f618782d59aa60b2346fff45790d.tar.gz | |
compatibility notes
Diffstat (limited to '')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ Complete text and chat with GPT in vim using OpenAI. ## Installation +The plugin is compatible with Vim 8+ (tested on Debian). Windows OS is not supported yet. + ```sh # configure openai api key https://platform.openai.com/account/api-keys echo "YOUR_OPENAI_API_KEY" > ~/.config/openai.token |