diff options
| author | Ahmed Abdelhalim <[email protected]> | 2019-11-15 17:11:36 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2019-11-15 17:11:36 +0100 |
| commit | a3db78fe3bcb3d5d15bb4d99082edf13f632a823 (patch) | |
| tree | 687860e8903304e4ce4fa15a153ec558b6b106da /.vimrc | |
| parent | 51b67bb5a07ee3eaab080c14a8b01dc43c52c21f (diff) | |
| parent | fb8f45fd6cecb0723e825d8115752c58118be3d7 (diff) | |
Merge branch 'master' of github.com:a14m/dotvim
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 |
