kristijanhusak / vim-dadbod-ui

Simple UI for https://github.com/tpope/vim-dadbod
MIT License
1.54k stars 94 forks source link

Disable notifications #194

Closed chrstnwhlrt closed 1 year ago

chrstnwhlrt commented 1 year ago

The notifications are quite verbose:

image

Is there a way to disable them completly? Activating nvim-notify with the settings works, as I don't use nvim-notify - is there any other flag that does the trick?

kristijanhusak commented 1 year ago

You can force them to be echoed into the command line with this option: https://github.com/kristijanhusak/vim-dadbod-ui/blob/master/doc/dadbod-ui.txt#L703.

I can add an option for completely disable them, but I would not recommend doing that.

chrstnwhlrt commented 1 year ago

Great that's working for me! I was initially confused by this parameter as I thought it would echo in the way that it will print all notifications besides to the notification window also to the command line.

justicenyaga commented 2 months ago

You can force them to be echoed into the command line with this option: https://github.com/kristijanhusak/vim-dadbod-ui/blob/master/doc/dadbod-ui.txt#L703.

I have tried to use this settings option, but it still bothers me since I'm using noice.nvim which uses nvim-notify.

I can add an option for completely disable them, but I would not recommend doing that.

This would be the ideal way to deal with this as I prefer not having these notifications.

I had to tweak this out of the box using some noice.nvim config by filtering out all notifications that start with "[DBUI]" or "DB:"

jumski commented 3 weeks ago

i second @justicenyaga - i think i will totally manage it disabled