diff options
| author | thiswillbeyourgithub <github@32mail.33mail.com> | 2023-03-29 17:59:33 +0200 |
|---|---|---|
| committer | Martin Bielik <mx.bielik@gmail.com> | 2023-04-06 18:48:58 +0200 |
| commit | d076c490399605dcb70723143efc934ac9813d32 (patch) | |
| tree | f068a4bcb19c6d9b824ba1e6d3f0fa2be7f827a5 | |
| parent | 65bef50c1a26ca9c414320928c2c5cfd1b71e1ee (diff) | |
| download | vim-ai-d076c490399605dcb70723143efc934ac9813d32.tar.gz | |
docs: mention how to manually install
Diffstat (limited to '')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -30,6 +30,12 @@ Add plugin to your `.vimrc` using `vim-plug`: Plug 'madox2/vim-ai', { 'do': './install.sh' } ``` +Alternatively, you can install manually like so: +``` +git clone https://github.com/madox2/vim-ai/ +mv vim-ai ~/.config/nvim/plugin/ # this is an example, use your own appropriate path +``` + ## Usage ### :AI |