bluz71 / nvim-linefly

A simple Lua statusline for Neovim
MIT License
79 stars 2 forks source link

Add `showcmd` to the statusline. #9

Closed rafaelcl292 closed 5 months ago

rafaelcl292 commented 5 months ago

Add showcmd to the statusline potentially when showcmdloc=statusline.

I noticed in #5 this functionality was mentioned, but it does not show up in when i load the plugin.

bluz71 commented 5 months ago

At the time I did not feel it warranted the development cost. I assumed nobody cared.

However, I will revisit again. It is probably quite easy to integrate. Give me a couple days.

Thanks.

bluz71 commented 5 months ago

I have implemented showcmd support.

Please use Neovim 0.9 or later and set both set showcmdloc=statusline and set showcmd. The showcmd content will be displayed in the right-hand side area (inside the linenumber section).

Hopefully it works well for you.

Best regards.

rafaelcl292 commented 5 months ago

It works perfectly. Appreciate it!