jay-babu / mason-null-ls.nvim

GNU Affero General Public License v3.0
549 stars 22 forks source link

feat!: removing `setup_handlers` function. automatic_setup is now implicitly true. #59

Closed jay-babu closed 1 year ago

jay-babu commented 1 year ago

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,}