From 4a245166412dbf85fa3aaf5820e70637596aada7 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Thu, 7 Oct 2021 14:23:09 +0200 Subject: [PATCH] Added vim-jsx --- dotfiles/.vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc index 9b3ecb6..2433994 100644 --- a/dotfiles/.vimrc +++ b/dotfiles/.vimrc @@ -33,6 +33,7 @@ call plug#begin('~/.vim/plugged') Plug 'airblade/vim-gitgutter' Plug 'yuezk/vim-js' Plug 'maxmellon/vim-jsx-pretty' + Plug 'briancollins/vim-jst' Plug 'dpelle/vim-grammalecte' " Initialize plugin system call plug#end()