diff options
| author | Ahmed Abdelhalim <[email protected]> | 2019-10-18 20:52:09 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2019-10-18 20:52:09 +0200 |
| commit | fb8f45fd6cecb0723e825d8115752c58118be3d7 (patch) | |
| tree | 2ae9bd7abad760bbd850c7b36d5a62f6630294d5 /.vimrc | |
| parent | d6d21c6fd919d482bd71de126c85577424082c7f (diff) | |
Update prettier plugin
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 |
