kylechui / nvim-surround

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

fix: <Plug>(nvim-surround-insert) mapping #176

Closed ShinThirty closed 1 year ago

ShinThirty commented 1 year ago

What

Fix the <Plug>(Nvim-surround-insert) mapping since the mainline version mapped it in normal mode.

Test

Tested on my local setup and verify it worked.

kylechui commented 1 year ago

Oops, didn't realize that I accidentally changed that in the commit. Thanks for the quick fix!