Quramy / tsuquyomi

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

Use setfiletype in ftdetect #260

Closed tkfm-yamaguchi closed 5 years ago

tkfm-yamaguchi commented 5 years ago

This change saves the user filetype configuration, especially the jsx(tsx) for which some plugins require composite filetype definition ('typescript.tsx'), like peitalin/vim-jsx-typescript.

Quramy commented 5 years ago

Thanks !