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:
parent
26fd716f90
commit
928c0b2825
1
vim/vimrc.d/jsx.vim
Normal file
1
vim/vimrc.d/jsx.vim
Normal file
@ -0,0 +1 @@
|
||||
let g:jsx_ext_required = 0
|
||||
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user