LunarVim / Neovim-from-scratch

📚 A Neovim config designed from scratch to be understandable
https://www.chrisatmachine.com/
GNU General Public License v3.0
5.31k stars 1.17k forks source link

zsh-autosuggestions font color is wrong #268

Open chiahsoon opened 1 year ago

chiahsoon commented 1 year ago

Hi, having the same problem as the author here, just wanted to try posting it here to see if anyone has the same problem and a solution.

Thanks!

gnmearacaun commented 1 year ago

works for me. strange. what terminal are you using?

chiahsoon commented 1 year ago

I'm using iTerm2 as my terminal!

gnmearacaun commented 1 year ago

I don't have experience on Mac. but it works in your terminal? This is what I have in my .zshrc file to source those plugins

# Zsh-autosuggestions is designed to be relatively unobtrusive
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=246'

#These plugins should be sourced at the end of the file and in this order, as per https://github.com/softmoth/zsh-vim-mode and https://github.com/zsh-users/zsh-syntax-highlighting
source $HOME/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
source $HOME/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh