nvim-insx icon indicating copy to clipboard operation
nvim-insx copied to clipboard

Breaking changes

Open hrsh7th opened this issue 2 years ago • 3 comments

hrsh7th avatar Jan 16 '23 16:01 hrsh7th

Rename plugin name

I didn't know but the previous name might not be good choice in English... (maybe) So I renamed the plugin name to insx.

Sorry for the users who already use this...

hrsh7th avatar Jan 16 '23 16:01 hrsh7th

Remove < and > pair rules from standard preset.

SSIA

hrsh7th avatar Mar 11 '23 15:03 hrsh7th

The v1 version

  • Change insx.with(...) API signature.
    • Checkout new docs.
    • The helper function isn't stable so removed from docs. You can still use it at the moment.
  • Remove ignore_pat option from all recipes.
    • You can use insx.with.nomatch override.
    • insx.recipe.auto_pair
    • insx.recipe.delete_pair
  • Removed universal recipes.
    • insx.recipe.universal.auto_pair
    • insx.recipe.universal.delete_pair
    • insx.recipe.universal.jump_out

hrsh7th avatar Mar 11 '23 16:03 hrsh7th