mvllow / modes.nvim

Prismatic line decorations for the adventurous vim user
567 stars 14 forks source link

Select mode #52

Open tvdab opened 7 months ago

tvdab commented 7 months ago

It would be nice if this plugin would support select mode as well, as this is used by snippet engines like luasnip.

mvllow commented 4 months ago

Could you provide a minimal init.lua and sample file to be able to test this? I don't personally use snippets but would be happy to work on this after #59 is merged.

tvdab commented 4 months ago

This can be tested with an empty init.lua. First select a word in a buffer (e.g. with 'viw'). Now we are in Visual mode. Press C-G, now we are in Select mode.