Wildsky F.

Easy things should be easy, and hard things should be possible.



vim typescriptreact ‘redrawtime’ exceeded, syntax highlighting disabled

Posted on

I am a front-end developer, and I use vim as my editor for daily use. Sometimes I need to program React.js in TypeScript, but there are some troubles in vim when I want the syntax highlight for React.js & TypeScript.

I try several packages, and there are some different problems… Such as this:

'redrawtime' exceeded, syntax highlighting disabled. 

I tried again and again, then I found it suddenly work. But I don’t know why…

Anyway, here are my config for React.js and TypeScript in Vim.

Plug 'leafgarland/typescript-vim'
Plug 'peitalin/vim-jsx-typescript'
Plug 'othree/yajs.vim'

au BufNewFile,BufRead *.tsx,*.jsx set filetype=typescript.typescriptreact

Ref