You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For me, the option to disable on typescript files has no effect. vim-jsx-pretty still overrides my syntax regions (I'm trying to use peitalin/vim-jsx-typescript#4, which has better support for tsx).
letg:vim_jsx_pretty_disable_tsx=1
Relevant filetype: typescript.tsx
The text was updated successfully, but these errors were encountered:
pappasam
changed the title
Disabling on tsx does not work
Disabling on typescript.tsx does not work
Jan 24, 2020
@yuezk point well taken. After doing some profiling, it turns out that vim-styled-components was the culprit. It automatically loaded the javascript.vim for all typescript plugins. I'll file an issue there.
For me, the option to disable on typescript files has no effect. vim-jsx-pretty still overrides my syntax regions (I'm trying to use peitalin/vim-jsx-typescript#4, which has better support for tsx).
Relevant filetype:
typescript.tsx
The text was updated successfully, but these errors were encountered: