rcarriga / nvim-notify

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

Using `nvim -d` opens file as a notification instead of the standard diff view. #219

Closed squk closed 10 months ago

squk commented 11 months ago

With nvim-notify : Screenshot 2023-08-04 at 1 00 01 PM

and the notification disappears after the configured amount of time.

Without nvim-notify : Screenshot 2023-08-04 at 12 59 36 PM

Is this expected behavior? Is there a way to get the normal diffview back(particularly for 3-way merges).

squk commented 11 months ago

This only seems to occur when overriding the default nvim notification provider : vim.notify = require("notify")

squk commented 10 months ago

Duplicate of #209