diff --git a/README.md b/README.md index c68c3b1..d7d0e85 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ This plugin follows the standard runtime path structure, and as such it can be i * [Pathogen][11] - `git clone https://github.com/wesQ3/vim-windowswap ~/.vim/bundle/vim-windowswap` * [NeoBundle][12] - `NeoBundle 'wesQ3/vim-windowswap'` * [VAM][22] - `call vam#ActivateAddons([ 'wesQ3/vim-windowswap' ])` +* [vim-plug][23] - `Plug 'wesQ3/vim-windowswap'` * manual - copy all of the files into your `~/.vim` directory [1]: http://stackoverflow.com/q/2586984/77782 @@ -50,3 +51,4 @@ This plugin follows the standard runtime path structure, and as such it can be i [12]: https://github.com/Shougo/neobundle.vim [13]: https://github.com/gmarik/vundle [22]: https://github.com/MarcWeber/vim-addon-manager +[23]: https://github.com/junegunn/vim-plug