weizheheng / ror.nvim

Have FUN builiding Ruby on Rails applications with Neovim!
MIT License
132 stars 15 forks source link

Commands and others are not shown in floating windows. #22

Closed mariochavez closed 1 year ago

mariochavez commented 1 year ago

Hi,

First, thanks for this plugin, it is great!

I have just installed with Neovim 0.9, and I did notice from your videos that commands output are not being shown in floating windows but at the bottom of the editor. I'm uncertain if this is an issue with Neovim 0.9 or if it's something that I'm missing setting up the plugin.

Screenshot 2023-04-26 at 12 41 51

weizheheng commented 1 year ago

@mariochavez Thanks for trying it out. Ahh, I believe that is because I have the dressing plugin installed which "beautify" the default vim.ui.select and vim.ui.input. I have added them to the README under optional dependencies.

If you don't mind installing the plugin, after installing it you should be able to list them in the floating window.

mariochavez commented 1 year ago

Ohh, thanks for the plugin, very helpful.