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