From 1dd78fa9313eb22c6d99c4ad92047879e68e9e79 Mon Sep 17 00:00:00 2001 From: Nizamuddin Sulieman Date: Sat, 24 Dec 2022 01:14:24 +0800 Subject: [PATCH] docs(): add example on how different `keys` setting for `lazy` from `packer` --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4478cc9..2630a6c 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,11 @@ When `[2]` is `nil`, then the real mapping has to be created by the `config()` f require("neo-tree").setup() end, } + +-- Example for vim-surround +{ + "tpope/surround", keys = { { 'S', mode = 'v' }, 'y', 'd', 'c' } +} ``` ### Versioning