update vim doc

This commit is contained in:
Clément DOUIN 2021-04-03 12:23:09 +02:00
parent e23e363e0a
commit c3e690d2b6
No known key found for this signature in database
GPG key ID: 69C9B9CFFDEE2DEF
2 changed files with 4 additions and 4 deletions

View file

@ -243,7 +243,7 @@ Not yet, but feel free to contribute ;)
### TUI
- [Vim plugin](https://github.com/soywod/himalaya.vim)
- [Vim plugin](https://github.com/soywod/himalaya/vim)
## Credits

View file

@ -32,11 +32,11 @@ This Vim plugin is a TUI implementation for Himalaya CLI.
First you need to install and configure the [himalaya
CLI](https://github.com/soywod/himalaya#installation). Then you can install
this plugin with your favorite plugin manager. For eg with
[vim-plug](https://github.com/junegunn/vim-plug) add to your `.vimrc`:
this plugin with your favorite plugin manager. For example with
[vim-plug](https://github.com/junegunn/vim-plug), add to your `.vimrc`:
```viml
Plug "soywod/himalaya.vim"
Plug 'soywod/himalaya', {'rtp': 'vim'}
```
Then: