This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
Replies: 1 comment 2 replies
-
The providers are opinionated. We can't make everyone happy. If we make them lowercase, someone else will complain. You can copy the providers and adjust to how you want it to be displayed. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a breaking change suggestion but still:
I think it would be much better if default providers wouldn't use
upper()
function (see https://github.com/feline-nvim/feline.nvim/blob/4c6b9887f7e7ca977dd64ed57861102c0e778b8b/lua/feline/providers/file.lua#L147 for example).This assumes that everyone use upper case in their status which is obviously not the case.
Converting to the lower case is not a problem, but this kill the original style in some cases (a buffer called
NvimTree
for example)Beta Was this translation helpful? Give feedback.
All reactions