diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-06-08 13:03:18 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-06-08 13:03:32 +0200 |
commit | 0217fb50fe40a631cc220462520249e36dbc919a (patch) | |
tree | 804a36631e33f021c81660de57b38c67bac5b237 /config.vim | |
parent | 5023da62ecb8a008a9dc67b29516ac707f07f3a0 (diff) | |
download | vim-polyglot-0217fb50fe40a631cc220462520249e36dbc919a.tar.gz vim-polyglot-0217fb50fe40a631cc220462520249e36dbc919a.zip |
Add tsx provider, closes #330
Diffstat (limited to 'config.vim')
-rw-r--r-- | config.vim | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -79,9 +79,6 @@ augroup filetypedetect "jinja autocmd BufNewFile,BufRead *.jinja2,*.j2,*.jinja,*.nunjucks,*.nunjs,*.njk set ft=jinja - - "tsx - autocmd BufNewFile,BufRead *.tsx setfiletype typescript.jsx augroup END " Fix for https://github.com/sheerun/vim-polyglot/issues/236#issuecomment-387984954 |