update vim doc

This commit is contained in:
Clément DOUIN
2021-04-03 12:23:09 +02:00
parent e23e363e0a
commit c3e690d2b6
2 changed files with 4 additions and 4 deletions
+1 -1
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
+3 -3
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: