docs(): add example on how different keys setting for lazy from packer

This commit is contained in:
Nizamuddin Sulieman 2022-12-24 01:14:24 +08:00
commit 1dd78fa931

View file

@ -152,6 +152,11 @@ When `[2]` is `nil`, then the real mapping has to be created by the `config()` f
require("neo-tree").setup() require("neo-tree").setup()
end, end,
} }
-- Example for vim-surround
{
"tpope/surround", keys = { { 'S', mode = 'v' }, 'y', 'd', 'c' }
}
``` ```
### Versioning ### Versioning