mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-25 04:20:22 +00:00
update vim doc
This commit is contained in:
parent
e23e363e0a
commit
c3e690d2b6
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue