-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
If you have nvim-notify and nvim-lsp-notify enabled, when you try to diff two files that have an LSP configuration available, it breaks the diffmode.
To reproduce:
- Configure LSP for your language of choice
- Produce two files
foo.mylangandbar.mylangwith different content nvim -d foo.mylang bar.mylang-> doesn't work- Comment out
require("lsp-notify").setup()from your config nvim -d foo.mylang bar.mylang-> works again
Metadata
Metadata
Assignees
Labels
No labels