From 928c0b2825ec79bfbbdc9110db0821080aca97ee Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Sun, 5 Feb 2017 17:43:57 +0000 Subject: [PATCH] Add Vue and JSX plugins --- vim/vimrc.d/jsx.vim | 1 + vimrc.bundles.local | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 vim/vimrc.d/jsx.vim diff --git a/vim/vimrc.d/jsx.vim b/vim/vimrc.d/jsx.vim new file mode 100644 index 0000000..5f41aa6 --- /dev/null +++ b/vim/vimrc.d/jsx.vim @@ -0,0 +1 @@ +let g:jsx_ext_required = 0 diff --git a/vimrc.bundles.local b/vimrc.bundles.local index 1609481..0b3038f 100644 --- a/vimrc.bundles.local +++ b/vimrc.bundles.local @@ -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'