Explorar el Código

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

Gharbi Mohamed hace 5 años
padre
commit
537cb980c5
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      vim-plug/plugins.vim

+ 4 - 0
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..