Integrate with trapd00r/LS_COLORS #18
-
Hello there, I'm pretty sure I'm missing something here, but can't seem to understand what. Can you please suggest what's going wrong and/or how to debug this please? Here's my minimal ZNAP_PATH="$HOME/.zsh_plugins/znap"
[[ -d "$ZNAP_PATH" ]] ||
git clone --depth 1 -- \
https://github.com/marlonrichert/zsh-snap.git "$ZNAP_PATH"
zmodload zsh/complist
autoload -U compinit && compinit
zstyle ':autocomplete:*' widget-style menu-select
source "$ZNAP_PATH"/znap.zsh # Start Znap
znap source trapd00r/LS_COLORS
znap eval trapd00r/LS_COLORS "$(whence -a dircolors gdircolors) -b LS_COLORS"
znap source marlonrichert/zcolors
znap eval marlonrichert/zcolors "zcolors ${(q)LS_COLORS}"
znap source marlonrichert/zsh-autocomplete When I run commands after this, all the colors are gone and the auto suggestion in the options have the option list completely blacked out. Demo here - https://asciinema.org/a/DlhcLVJhyEpoZl2xpXm4K7Fn7 Thanks in advance in debugging this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
What’s going wrong it that I made an issue for it: #19 Pull requests welcome! 🙂 |
Beta Was this translation helpful? Give feedback.
What’s going wrong it that
trapd00r
uses 8-bit colors, which Z Colors does not support (yet).I made an issue for it: #19
Pull requests welcome! 🙂