summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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