kristijanhusak / vim-dadbod-ui

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

When I press `o` at a node, it requires me to hit `<Enter>` to continue #182

Closed LintaoAmons closed 1 year ago

LintaoAmons commented 1 year ago

image

kristijanhusak commented 1 year ago

You are maybe getting some errors. Once you press enter, do :messages to see if you get anything in the output.

LintaoAmons commented 1 year ago

image

That's all it says...

I also suspect that, but don't know how to find out the error msg

LintaoAmons commented 1 year ago

show

kristijanhusak commented 1 year ago

Ok I just noticed that you are using cmdheight=0. DBUI echoes some messages that cause the prompt. See if you have db_ui_force_echo_notifications = 0 in your config, and remove it. It should show messages in the popup window. Other solution is to use cmdheight=1.

LintaoAmons commented 1 year ago

Thx!! for making this nice plugin~~ to use nvim as some kind of frontend~ Like TUI, k9s, lazygit etc.