kelly-lin / ranger.nvim

Ranger plugin for neovim
MIT License
152 stars 13 forks source link

Seeing the command in the statusline. #16

Closed sh-cau closed 11 months ago

sh-cau commented 11 months ago

Usually, when I open a terminal and press, e.g., ":mkdir test" or ":touch test.py", I see this in the window below. But when I use this plugin, I don't see anything that I type. This may also relate to the fact, that my color scheme does not seem to be loaded? Left image: "normal" ranger. Right image: ranger startet from nvim.

I am using Lazy as a package manager. I use Neovim v0.9.1.

FelipeAfonso commented 11 months ago

Try changing the height to 0.95 in the UI config. Looks like your nvim status line is in the way.

sh-cau commented 11 months ago

That did the trick. Wouldn't have thought of that. Thanks. I guess this happens if you use, e.g., airline.

make-github-pseudonymous-again commented 2 months ago

Is there a way to draw this on top of the status line? Or disable the status line for the buffer ranger is drawn on? I am using mini.statusline, and their seem to be a way to disable it for specific buffers: https://github.com/echasnovski/mini.nvim/blob/71b5694a2df4f7e3661855eb8e2814980d2e0ac9/lua/mini/statusline.lua#L72-L76.