Skip to content

Instantly share code, notes, and snippets.

@obrientimothya
Created July 6, 2019 23:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save obrientimothya/d1f67cb10578a248d714e33f8a83892a to your computer and use it in GitHub Desktop.
Save obrientimothya/d1f67cb10578a248d714e33f8a83892a to your computer and use it in GitHub Desktop.
vim-plug React, Javascript and Typescript
" vim-plug
call plug#begin('~/.vim/plugged')
" plugin section
Plug 'pangloss/vim-javascript'
Plug 'leafgarland/typescript-vim'
Plug 'maxmellon/vim-jsx-pretty'
" end vim-plug
call plug#end()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment