diff options
| author | Ahmed Abdelhalim <[email protected]> | 2019-08-01 00:10:11 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2019-08-01 00:10:11 +0200 |
| commit | 8ff85318835d3d6d7d13b4664464a376bf3ac40b (patch) | |
| tree | fe0f4fa870ba56fc0fadb3b405026da8f2539497 /.vimrc | |
| parent | 5459f660edfa4cd4d3c913f09357d2348a1fc933 (diff) | |
Add prettier configuration but commented out
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
