mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
docs: added keys
to packer migration
This commit is contained in:
parent
7f10386e23
commit
d6304f0b42
2 changed files with 24 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue