Quramy / tsuquyomi

A Vim plugin for TypeScript
http://www.vim.org/scripts/script.php?script_id=5151
1.39k stars 72 forks source link

Clobbers with flow typed files #236

Open bttf opened 6 years ago

bttf commented 6 years ago

I have two projects, one using typescript and the other using flow. After installing tsuquyomi, I'm starting to get irrelevant errors in my flow typed files. The file extensions for the flow typed files are .js so I'm not sure why they are being parsed at all.

How can I configure tsuquyomi to stick to .ts only? Or to respect the // @flow directive at the top of these files and ignore?

pigoz commented 5 years ago

@bttf Sorry to bother you, but I was wondering if you found a solution to this problem?