gbprod / cutlass.nvim

Plugin that adds a 'cut' operation separate from 'delete'
Do What The F*ck You Want To Public License
196 stars 5 forks source link

Lightspeed #3

Closed sayit358 closed 2 years ago

sayit358 commented 2 years ago

Is there some way for this plugin to not use certain keys such as s and S? Lightspeed uses those keys and it doesn't work anymore.

gbprod commented 2 years ago

Hi ! As you can see here, this plugin is not supposed to remap keys that have already been mapped, and lightspeed seems to work that way too. I've you tried to call require("cutlass.nvim").setup() after require("lightspeed").setup() ? If it doesn't works, I'll look further. Can you provide a minimal config to reproduce your problem ?

sayit358 commented 2 years ago

That actually worked. I forgot you could do that. Thanks! :heart:

gbprod commented 2 years ago

FYI, I've implemented a new option to manage lightspeed, have a look to the documentation 😉