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

Add indentation when using line mode #185

Closed phgz closed 1 year ago

phgz commented 1 year ago

Fix #184 indentation when surrounding with line mode in normal mode.

Here, the second " should not be at col 0.

Screenshot 2022-12-10 at 2 55 35 PM
kylechui commented 1 year ago

Thanks for submitting a fix!