From 4ba669c2d9fe7382957de7ce510720efaf8f48c0 Mon Sep 17 00:00:00 2001 From: Marshall McQuillen Date: Sat, 19 Jul 2025 12:00:08 -0500 Subject: [PATCH] add lazy vim howto --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c68c3b1..290429e 100644 --- a/README.md +++ b/README.md @@ -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 `` to be ``. 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'` @@ -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