diff options
author | Christian Chiarulli <[email protected]> | 2020-07-16 00:09:03 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-16 00:09:03 -0400 |
commit | b900635a06de0c8cf051e6a980db0882f4296261 (patch) | |
tree | 1f9ac7ca03d8f198899591c8319d77233eeafe9e /vim-plug/plugins.vim | |
parent | 337e7b55c8807e505ee9273467092d38bbe75a51 (diff) | |
parent | 4843a3bcd4d0851812923e3f85b0a1912211edf4 (diff) |
Merge pull request #38 from ghmhd/@ghmhd/feature/add-jsx-comment-support
add jsx comment support
Diffstat (limited to 'vim-plug/plugins.vim')
-rw-r--r-- | vim-plug/plugins.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vim-plug/plugins.vim b/vim-plug/plugins.vim index 6b580108..7369468a 100644 --- a/vim-plug/plugins.vim +++ b/vim-plug/plugins.vim @@ -8,6 +8,10 @@ endif call plug#begin('~/.config/nvim/autoload/plugged') + " jsx syntax support + Plug 'maxmellon/vim-jsx-pretty' + + Plug 'suy/vim-context-commentstring' " Change dates fast Plug 'tpope/vim-speeddating' " Convert binary, hex, etc.. |