tpope / vim-dadbod

dadbod.vim: Modern database interface for Vim
https://www.vim.org/scripts/script.php?script_id=5665
3.75k stars 132 forks source link

Disable echo #143

Closed willruggiano closed 1 year ago

willruggiano commented 1 year ago

This is kind of a niche usecase but in neovim, with cmdheight=0, the various echos from dadbod result in a hit-enter-prompt, so I'd like a way to silence the echoes (apart from :silent ...), or show them as popups or via vim.notify as vim-dadbod-ui does. Or just a log file. Anything except the hit-enter-prompt!

willruggiano commented 1 year ago

Hmm, I'm not sure. I flat out deleted all of the echoes I could find in vim-dadbod and still getting hit-enter-prompts :/

willruggiano commented 1 year ago

It's vim-dadbod-ui