rcarriga / nvim-notify

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

How to disable nvim-notify on buffer write? #220

Closed xbladesub closed 10 months ago

xbladesub commented 11 months ago

I want to disable popups on buffer write - if I use keymap to save buffer I'm getting 1 successful popup and 1 error. If I use :w command manually - all good...

image
rcarriga commented 10 months ago

Duplicate of #215