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
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ Installation
------------

This plugin follows the standard runtime path structure, and as such it can be installed with a variety of plugin managers:
* [Lazy][14]:
```lua
-- in ~/.config/nvim/lua/config/plugins/windowswap.lua
return {
"wesQ3/vim-windowswap", opt = {}
}
```
* **At the time of this writing (2025-07-19), LazyVim remaps `<Leader>` to be `<space>`. See [here](https://lazy.folke.io/installation)**
* [Vundle][13] - `Plugin 'wesQ3/vim-windowswap'`
* [Pathogen][11] - `git clone https://github.com/wesQ3/vim-windowswap ~/.vim/bundle/vim-windowswap`
* [NeoBundle][12] - `NeoBundle 'wesQ3/vim-windowswap'`
Expand All @@ -49,4 +57,5 @@ This plugin follows the standard runtime path structure, and as such it can be i
[11]: https://github.com/tpope/vim-pathogen
[12]: https://github.com/Shougo/neobundle.vim
[13]: https://github.com/gmarik/vundle
[14]: https://github.com/folke/lazy.nvim
[22]: https://github.com/MarcWeber/vim-addon-manager