Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jsx-tag settings doesn't work #28

Open
KKKiraSong opened this issue Jun 27, 2020 · 6 comments
Open

jsx-tag settings doesn't work #28

KKKiraSong opened this issue Jun 27, 2020 · 6 comments

Comments

@KKKiraSong
Copy link

I try to set jsx-tag colors in vimrc following Readme.md, but it doesn't work.
image
Why?

@KKKiraSong
Copy link
Author

Sorry for my poor English...

@pcgilday
Copy link
Contributor

pcgilday commented Jul 6, 2020

I believe guifg only works for gui versions of vim (gvim or similar). If you are using vim in your terminal, I think you need ctermfg.

ex: hi tsxTagName ctermfg=210

@KKKiraSong
Copy link
Author

I believe guifg only works for gui versions of vim (gvim or similar). If you are using vim in your terminal, I think you need ctermfg.

ex: hi tsxTagName ctermfg=210

Thanks!
But I need to set TERM to screen-256color first!

@WylliamDias
Copy link

@KKKiraSong Hi, how did you set TERM to screen-256color? I use linux and don't know how to do it :(

@KKKiraSong
Copy link
Author

@WylliamDias Hi, I use macOS & iTerm & tmux & zsh. I write 'export TERM=screen-256color' in my .zshrc. But I don't know if it works for you.

@WylliamDias
Copy link

Hi @KKKiraSong i use bash, I write that o my .bashrc and it works, thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants