summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2019-10-18 20:52:09 +0200
committerAhmed Abdelhalim <[email protected]>2019-10-18 20:52:09 +0200
commitfb8f45fd6cecb0723e825d8115752c58118be3d7 (patch)
tree2ae9bd7abad760bbd850c7b36d5a62f6630294d5 /.vimrc
parentd6d21c6fd919d482bd71de126c85577424082c7f (diff)
Update prettier plugin
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc7
1 files changed, 3 insertions, 4 deletions
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