notifier.nvim
notifier.nvim copied to clipboard
Disable null ls notifications
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" },
})