Remove unnecessary tsx fix

This commit is contained in:
Adam Stankiewicz
2019-09-06 16:26:33 +02:00
parent 48e07bc501
commit d4f252565a
2 changed files with 0 additions and 8 deletions

View File

@@ -80,7 +80,3 @@ augroup filetypedetect
"jinja
autocmd BufNewFile,BufRead *.jinja2,*.j2,*.jinja,*.nunjucks,*.nunjs,*.njk set ft=jinja
augroup END
augroup filetypedetect
autocmd BufNewFile,BufReadPost *.tsx setlocal filetype=typescript.tsx
augroup END