kylechui / nvim-surround

Add/change/delete surrounding delimiter pairs with ease. Written with :heart: in Lua.
MIT License
3.18k stars 62 forks source link

Add config example for markdown links as shown in the video in README.md #64

Closed kovasap closed 2 years ago

kovasap commented 2 years ago

The Sl keybind that adds a markdown link in README.md doesn't work with a fresh install and I assume is a custom keybind. Could the config that provides this be added to the README or linked to? It was kinda a tease to see that cool feature and then not know how to make it work.

kylechui commented 2 years ago

Hi there, I haven't gotten around to it yet but I will link to #53 in the README at some point.

Edit: You can leave this issue open for now, it'll remind me to add this to the README.

kovasap commented 2 years ago

Ok awesome! This is exactly what I was looking for.

On Wed, Jul 13, 2022, 1:51 PM Kyle Chui @.***> wrote:

Hi there, I haven't gotten around to it yet but I will link to #53 https://github.com/kylechui/nvim-surround/discussions/53 in the README at some point.

— Reply to this email directly, view it on GitHub https://github.com/kylechui/nvim-surround/issues/64#issuecomment-1183666100, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACC3NAUGQKNP3X6MKV5NQULVT4T5VANCNFSM53QAYZBA . You are receiving this because you authored the thread.Message ID: @.***>

kylechui commented 2 years ago

Added to the README in the latest commit.

kovasap commented 2 years ago

Thanks!