From 8ff85318835d3d6d7d13b4664464a376bf3ac40b Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 1 Aug 2019 00:10:11 +0200 Subject: Add prettier configuration but commented out --- .vimrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 2c449de..412aa8d 100644 --- a/.vimrc +++ b/.vimrc @@ -44,6 +44,10 @@ 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'] } call plug#end() syntax on filetype plugin indent on -- cgit v1.2.3