tmb-piXel
tmb-piXel
Each time you start the terminal, you can enter "source ~ /.zshrc" and after that the plugin starts working. I have the same problem. - Ubuntu 20.04 - Zsh version...
This work for me - https://github.com/zsh-users/zsh-autosuggestions/issues/182#issuecomment-235986679
I can add the following code to the test ` fn test_annotate_from_file_info() { let path; let path_linux = String::from("/var/log/pods/sandbox0-ns_sandbox0-name_sandbox0-uid/sandbox0-container0-name/1.log"); let path_windows = String::from("/var\\log\\pods\\sandbox0-ns_sandbox0-name_sandbox0-uid\\sandbox0-container0-name\\1.log"); let os = std::env::consts::OS; if os ==...