github jay-babu/mason-null-ls.nvim v2.0.0

latest releases: stable, v2.0.2, v2.0.1...
14 months ago

2.0.0 (2023-04-09)

⚠ BREAKING CHANGES

  • removing setup_handlers function. automatic_setup is now implicitly true. (#59)

Features

  • removing setup_handlers function. automatic_setup is now implicitly true. (#59) (a0c4dc1)

Migration Guide:

  1. Move setup_handlers table to setup({handlers = TABLE}).
  2. To disable automatic_setup, provide an empty function to handlers like handlers = {function() end,}

Don't miss a new mason-null-ls.nvim release

NewReleases is sending notifications on new releases.