chrisgrieser / nvim-spider

Use the w, e, b motions like a spider. Move by subwords and skip insignificant punctuation.
MIT License
663 stars 13 forks source link

Config table can be passed into `.motion(key, opts)` to override options per mapping #23

Closed IndianBoy42 closed 1 year ago

IndianBoy42 commented 1 year ago

Solves #19

chrisgrieser commented 1 year ago

Thx!

Just to be sure, this change is non-breaking, meaning if people have set a config globally and set nothing in their keymaps, the behavior of this plugin is unchanged?

Also, could you add information on this to the readme as well?

IndianBoy42 commented 1 year ago

Yes this is backwards compatible

chrisgrieser commented 1 year ago

Great, thx!