-
Notifications
You must be signed in to change notification settings - Fork 485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: Support for %S showcmd statusline component #949
Labels
new feature
New feature or feature request
Comments
+1 for the feature request I am looking for a way to display the exact same information that |
Thanks @shadmansaleh |
craigmac
pushed a commit
to craigmac/lualine.nvim
that referenced
this issue
May 15, 2024
switch to using %z for internal separator representation since %s is now used by neovim. closes nvim-lualine#949
It seems that we also need to set option
without above, the |
jdhao
added a commit
to jdhao/nvim-config
that referenced
this issue
Dec 19, 2024
jdhao
added a commit
to jdhao/nvim-config
that referenced
this issue
Dec 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: