bew / dotfiles

All my dotfiles in one place!
43 stars 3 forks source link

surround: Replacing quotes by `[[` & `]]` (via `<M-]>`) does NOT work anymore #93

Closed bew closed 1 week ago

bew commented 8 months ago

In config for nvim-surround I made surrounds to easily add/change/delete Lua's [[ & ]] delimiters using <M-[> (with space(s)) and <M-]> (without space).

When I did these I'm pretty sure it worked, and used it a bit afterward, but now I can't use them anymore...

TODO: check last plugin update date, try update, check older version if any, maybe bisect?

bew commented 1 week ago

Fixed in https://github.com/kylechui/nvim-surround/pull/326