neoclide / coc-tsserver

Tsserver extension for coc.nvim that provide rich features like VSCode for javascript & typescript
MIT License
1.05k stars 68 forks source link

Syntax colors along with other plugins. #340

Closed CamiloGPT closed 2 years ago

CamiloGPT commented 2 years ago

I am using this plugin for syntax yats.vim.

Before tsserver starts: enable yats.vim
After tsserver starts: enable tsserver

Why did the colors change? The white color is what predominates the most.

pdt: I don't like having everything in white. Thanks

chemzqm commented 2 years ago

Use configuration "coc.preferences.semanticTokensHighlights": false, will be changed in the future.