add vim-jsx-pretty and vim-context-commentstring plugins

This commit is contained in:
Gharbi Mohamed 2020-07-15 08:40:39 +01:00
parent 51d9b8841d
commit 537cb980c5

View file

@ -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..