akiyosi / goneovim

A GUI frontend for neovim.
MIT License
2.35k stars 60 forks source link

When running command in mini buffer, bottom bar disappears. #521

Closed carlmueller closed 4 months ago

carlmueller commented 5 months ago

OS: macOS Sonoma 14.3.1 Goneovim: 0.6.8

When I run a command in the minibuffer at the bottom of the window, for example :!qq the output covers several lines and the bar above the minibuffer disappears. I'm attaching a screenshot. On the left is goneovim, and on the right is neovim-qt.

It would be better if the bar did not disappear.

Screenshot 2024-02-15 at 5 08 22 PM
akiyosi commented 4 months ago

@carlmueller Hi, Thanks for this issue report :) The following fix adds the functionality to draw separators in the message window. By appending the following to the config file, you can display separators in the message window.

[Message]
ShowMessageSeparators = true
akiyosi commented 4 months ago

@carlmueller Sorry, forgot to post the link to the fix. https://github.com/akiyosi/goneovim/actions/runs/7969453491