diff options
| author | Martin Bielik <mx.bielik@gmail.com> | 2023-03-03 18:19:03 +0100 |
|---|---|---|
| committer | Martin Bielik <mx.bielik@gmail.com> | 2023-03-03 18:19:43 +0100 |
| commit | b15261e533d0b1fe60ee7073419e95183629a32c (patch) | |
| tree | 25a2fee032a150b6a4864647b373880177693b8a /README.md | |
| parent | 374739e42a7c03922bcbf5eddbac324f73e4777b (diff) | |
| download | vim-ai-b15261e533d0b1fe60ee7073419e95183629a32c.tar.gz | |
using python3/pip3
Diffstat (limited to '')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ Add plugin to your `.vimrc` using `vim-plug`: Plug 'madox2/vim-ai', { 'do': './install.sh' } ``` -The plugin requires `python3` and `pip` to be installed. +The plugin requires `python3` and `pip3` to be installed. ## Usage |