rcarriga / nvim-notify

A fancy, configurable, notification manager for NeoVim
MIT License
2.91k stars 74 forks source link

Disable the notification on save #190

Closed Xiaobo2020 closed 1 year ago

Xiaobo2020 commented 1 year ago

Hi. As described in the title, can I disable notifications for saved actions? e.g. :w

rcarriga commented 1 year ago

nvim-notify doesn't send any notifications, other plugins do. The saved message is from noice.nvim, you might be able to configure it prevent certain messages or you can do something like this https://github.com/rcarriga/nvim-notify/issues/114#issuecomment-1179754969