kylechui / nvim-surround

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

feat: Add user-defined custom inputs #25

Closed kylechui closed 2 years ago

kylechui commented 2 years ago

Allows users to define delimiter pairs using a function, rather than a static string.