docs: added keys to packer migration

This commit is contained in:
Folke Lemaitre 2022-12-23 12:26:19 +01:00
parent 7f10386e23
commit d6304f0b42
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 24 additions and 24 deletions

View file

@ -58,7 +58,6 @@ return {
{
"cshuaimin/ssr.nvim",
-- init is always executed during startup, but doesn't load the plugin yet.
-- init implies lazy loading
init = function()
vim.keymap.set({ "n", "x" }, "<leader>cR", function()
-- this require will automatically load the plugin