Skip to content

Commit

Permalink
emmet for ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswon committed Feb 19, 2020
1 parent d345495 commit 34a0856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Plug 'spolu/dwm.vim'
Plug 'w0rp/ale'

Plug 'lervag/vimtex', { 'for': 'tex' }
Plug 'mattn/emmet-vim', { 'for': [ 'javascript.jsx', 'html' ] }
Plug 'mattn/emmet-vim', { 'for': [ 'javascript.jsx', 'html', 'typescript' ] }
Plug 'pangloss/vim-javascript', { 'for': [ 'javascript' ] }
Plug 'mxw/vim-jsx', { 'for': [ 'javascript.jsx' ] }
Plug 'vim-python/python-syntax', { 'for': [ 'python' ] }
Expand Down

0 comments on commit 34a0856

Please sign in to comment.