vim-jsx-typescript
vim-jsx-typescript copied to clipboard
jsx-tag settings doesn't work
I try to set jsx-tag colors in vimrc following Readme.md, but it doesn't work.
Why?
Sorry for my poor English...
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
I believe
guifg
only works for gui versions of vim (gvim or similar). If you are using vim in your terminal, I think you needctermfg
.ex:
hi tsxTagName ctermfg=210
Thanks! But I need to set TERM to screen-256color first!
@KKKiraSong Hi, how did you set TERM to screen-256color? I use linux and don't know how to do it :(
@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.
Hi @KKKiraSong i use bash, I write that o my .bashrc and it works, thank you so much!