Nicholas Boyle
Nicholas Boyle
Thanks for flagging this. I usually have the keyword and command group set to the same color so I hadn't noticed that builtins are highlighted as commands instead of keywords....
I'm not talking about nushell. I'm referring to this library crate, reedline.
Implementing `reedline::Prompt` for a type requires defining `get_prompt_color` which can only return a single color that gets applied to the entire prompt line. I'd like to have a way to...
Ok thanks, I will go with the embedded ansi escape approach for now. Is possible for the `reedline::Prompt` api to be extended in the future to natively support multiple colors?
I'll try to put together an api proposal later this week
I'd also like to add that the corresponding completion directories are missing too. i.e. `/usr/local/share/fish/vendor_completions.d` is missing from `$fish_complete_path`. This bit me today on Debian when I manually installed something...