1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:50:06 +08:00

fix(vim-jsx-typescript): remove blank line that was causing error message (#3998)

This commit is contained in:
Steve Huff 2020-12-05 04:17:10 -05:00 committed by GitHub
parent 6e25213d3e
commit abe3a72017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,5 +2,4 @@
" Vim ftdetect file " Vim ftdetect file
" Language: TSX (Typescript) " Language: TSX (Typescript)
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
autocmd BufNewFile,BufRead *.tsx setf typescriptreact autocmd BufNewFile,BufRead *.tsx setf typescriptreact