Suggestions are invisible #181
Setting 'fg=1' (which is red here) or any other color does not change anything, while the colors displays when using a test script.
Do you see the same problem when running z-asug by itself?
% zsh -f
%% source your/path/to/zsh-autosuggestions.zsh
I just tested sourcing the file in a zsh -f and exporting ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE with a different color, and the completions showed up.
The problem seems to come from .zshrc and the variable re-definition.
This page on OMZ might be helpful: https://github.com/robbyrussell/oh-my-zsh/wiki/Customization#overriding-internals
Alright, the var had to be set after sourcing OMZ.sh.
Thanks for the help ;) You might want to add something in the README about the position of the variable setting in .zshrc, when using OMZ (normally putting it anywhere in the file works), also add something to avoid more tickets about invisibles suggestions :p
You're welcome :) Did you see this section of the readme?
You may want to override the default global config variables after sourcing the plugin. Default values of these variables can be found here.
Note: If you are using Oh My Zsh, you can put this configuration in a file in the $ZSH_CUSTOM directory. See their comments on overriding internals.
I did, but for simplicity's sake, I'm putting everything in my .zshrc.
Using latest zsh 5.2 + OMZ on x64 Arch. z-asug is loaded as a plugin.
The suggestions are not showing up : I can see the suggested character under my cursor, but nothing after it.
Setting different colors did not change anything.