wbthomason / packer.nvim

A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
MIT License
7.82k stars 266 forks source link

feat: treat "type!:" pattern as a breaking change #1013

Closed itepechi closed 2 years ago

itepechi commented 2 years ago

This PR will add the ability to recognize these pretty common formats:

Current behavior

before

This PR

after

akinsho commented 2 years ago

Merged 👍🏿 thanks for catching the pattern issues @EdenEast 🚀.

Here's hoping this doesn't start a cascade of issues about obscure breakages 😅

TobTobXX commented 1 year ago

Wow, just wanted to hop in and say thank you. It would've never occured to me to check for this as a hint for breaking changes, but it is genuinely useful! Thank you!