tpope / vim-apathy

apathy.vim: Set the 'path' option for miscellaneous file types
180 stars 9 forks source link

Improve typescript support #14

Closed jamestthompson3 closed 4 years ago

tpope commented 4 years ago

The file types should depend on and extend each other. typescriptreact should load typescript and typescript should load javascript. I don't want the maintenance burden of a bunch of duplicated code.

It also needs to be broken down at least a bit in order for me to make sense of it. Separate the filetypes first, then start adding new functionality.