Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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