From fb8f45fd6cecb0723e825d8115752c58118be3d7 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 18 Oct 2019 20:52:09 +0200 Subject: Update prettier plugin --- .vimrc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 412aa8d..9df964f 100644 --- a/.vimrc +++ b/.vimrc @@ -44,10 +44,9 @@ Plug 'leafgarland/typescript-vim', { 'for': 'typescript' } Plug 'Quramy/tsuquyomi', { 'for': 'typescript' } Plug 'hashivim/vim-terraform', { 'for' : 'terraform' } Plug 'juliosueiras/vim-terraform-completion', { 'for' : 'terraform' } -" Plug 'prettier/vim-prettier', { - " \ 'do': 'yarn install', - " \ 'branch': 'release/1.x', - " \ 'for': ['javascript', 'typescript', 'css', 'less', 'scss', 'json', 'graphql', 'markdown', 'vue', 'yaml', 'html'] } +Plug 'prettier/vim-prettier', { + \ 'do': 'yarn install', + \ 'for': ['javascript', 'typescript', 'css', 'less', 'scss', 'json', 'graphql', 'markdown', 'vue', 'yaml', 'html'] } call plug#end() syntax on filetype plugin indent on -- cgit v1.2.3