nvim-lualine / lualine.nvim

A blazing fast and easy to configure neovim statusline plugin written in pure lua.
MIT License
6.16k stars 465 forks source link

Feat: Support for %S showcmd statusline component #949

Closed aloknigam247 closed 1 year ago

aloknigam247 commented 1 year ago

Requested feature

Neovim added a statusline component to show showcmd in lualine using %S in statusline. See neovim help below https://neovim.io/doc/user/options.html#'showcmdloc'

Lualine does not support %S and reports error when try to use it. Looking at the code, it looks like lualine uses %S for some internal usage.

This feature requests to provide support for %S statusline component in lualine.

telbizov commented 1 year ago

+1 for the feature request

I am looking for a way to display the exact same information that showcmd shows in lualine itself. For example when in visual block mode it shows 6x3 etc

aloknigam247 commented 1 year ago

Thanks @shadmansaleh