diff --git a/README.md b/README.md index be6a36c..bbfee66 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/vim/README.md b/vim/README.md index aa6fa16..9be85c8 100644 --- a/vim/README.md +++ b/vim/README.md @@ -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: