Closed twang817 closed 4 years ago
I also use trapd00r/LS_COLORS but don't have this bug.
How about
- atload='zstyle ":completion:*" list-colors "${(s.:.)LS_COLORS}"' \
+ atload='zstyle ":completion:*" list-colors ${(s.:.)LS_COLORS}' \
?
Confirmed this worked.
Describe the bug _fzf_tab_get_candidates:18: bad set of key/value pairs for associative array
To Reproduce Steps to reproduce the behavior:
Occurs on all completions (cd, vim, etc).
Expected behavior fzf should list my completions
Screenshots
Environment (please complete the following information):
zshrc
When I remove the recommended setup for trapd00r/LS_COLORS, it appears to work.
Here is the contents of my generate colors.zsh: