folke / which-key.nvim

💥 Create key bindings that stick. WhichKey helps you remember your Neovim keymaps, by showing available keybindings in a popup as you type.
Apache License 2.0
4.99k stars 160 forks source link

Add installation instructions for vim-plug #547

Closed Flimm closed 2 months ago

Flimm commented 8 months ago

vim-plug is a fairly popular package manager for Neovim and Vim.

It took me a bit of time to understand how to convert the installation instructions meant for lazy.nvim and packer into installation instructions that work for vim-plug. I want to save future readers this trouble.