1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Add Vue and JSX plugins

This commit is contained in:
Daniel Barber 2017-02-05 17:43:57 +00:00
parent 26fd716f90
commit 928c0b2825
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8
2 changed files with 3 additions and 0 deletions

1
vim/vimrc.d/jsx.vim Normal file
View File

@ -0,0 +1 @@
let g:jsx_ext_required = 0

View File

@ -23,6 +23,8 @@ Plug 'scrooloose/nerdcommenter'
Plug 'tpope/vim-haml'
Plug 'tpope/vim-rbenv'
Plug 'vim-ruby/vim-ruby'
Plug 'posva/vim-vue'
Plug 'mxw/vim-jsx'
Plug 'junegunn/goyo.vim'
Plug 'reedes/vim-pencil'