notifier.nvim icon indicating copy to clipboard operation
notifier.nvim copied to clipboard

Disable null ls notifications

Open halshar opened this issue 2 years ago • 0 comments

Hello,

Is there way to disable null-ls(none-ls) notifications? The plugin triggers when formatting a file and I want to disable/ignore everything related to null-ls. Currently my setup is as follows

require("notifier").setup({
  components = { "lsp" },
})

halshar avatar Jan 06 '24 16:01 halshar