diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-09-06 16:26:33 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-09-06 16:26:33 +0200 |
commit | d4f252565ad7098658f91bcbdf33dcce697bfb63 (patch) | |
tree | be5e2dbcac481f6b453b70935bbdb224596718d8 /config.vim | |
parent | 48e07bc5014fecfdff24f75124a65634c216c9e2 (diff) | |
download | vim-polyglot-d4f252565ad7098658f91bcbdf33dcce697bfb63.tar.gz vim-polyglot-d4f252565ad7098658f91bcbdf33dcce697bfb63.zip |
Remove unnecessary tsx fix
Diffstat (limited to 'config.vim')
-rw-r--r-- | config.vim | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |