summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2019-11-15 17:11:36 +0100
committerAhmed Abdelhalim <[email protected]>2019-11-15 17:11:36 +0100
commita3db78fe3bcb3d5d15bb4d99082edf13f632a823 (patch)
tree687860e8903304e4ce4fa15a153ec558b6b106da /.vimrc
parent51b67bb5a07ee3eaab080c14a8b01dc43c52c21f (diff)
parentfb8f45fd6cecb0723e825d8115752c58118be3d7 (diff)
Merge branch 'master' of github.com:a14m/dotvim
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc7
1 files changed, 3 insertions, 4 deletions
diff --git a/.vimrc b/.vimrc
index 0a44e8c..4816fb5 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