Skip to content

Commit

Permalink
Install javascript and jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Gremore committed Feb 27, 2016
1 parent a468636 commit c5a4ecb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vimrc.bundles.local
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Plug 'ivalkeen/vim-simpledb'
Plug 'avdgaag/vim-phoenix'
Plug 'elixir-lang/vim-elixir'
Plug 'spiegela/vimix'
Plug 'pangloss/vim-javascript'
Plug 'mxw/vim-jsx'

" See https://avi.io/blog/2014/08/28/my-development-workflow-vim-tmux-terminal-awesomeness/
" and https://github.com/stefanoverna/vim-plumber
Expand Down
3 changes: 3 additions & 0 deletions vimrc.local
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ let g:vimix_map_keys = 1
set relativenumber
set number

" mxw/vim-jsx
let g:jsx_ext_required = 0

" https://robots.thoughtbot.com/faster-grepping-in-vim
" The Silver Searcher
if executable('ag')
Expand Down

0 comments on commit c5a4ecb

Please sign in to comment.