Skip to content

Commit

Permalink
Merge pull request #48 from arcticicestudio/feature/gh-44-add-jsx-syn…
Browse files Browse the repository at this point in the history
…tax-plugin

JSX syntax highlighting and indentation plugin
  • Loading branch information
arcticicestudio authored Oct 30, 2017
2 parents 3948063 + 62f1ce0 commit e940c24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions snowblocks/vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Plug 'airblade/vim-gitgutter'

"+--- Syntax ---+
Plug 'pangloss/vim-javascript'
Plug 'mxw/vim-jsx'
Plug 'plasticboy/vim-markdown'

"+--- Color Themes ---+
Expand Down Expand Up @@ -115,6 +116,9 @@ let g:javascript_enable_domhtmlcss = 1
let g:javascript_plugin_jsdoc = 1
let g:javascript_plugin_flow = 1

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

"+--- shime/vim-livedown ---+
" Automatically show the preview upon opening Markdown buffer
let g:livedown_autorun = 0
Expand Down

0 comments on commit e940c24

Please sign in to comment.