summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2019-08-01 00:10:11 +0200
committerAhmed Abdelhalim <[email protected]>2019-08-01 00:10:11 +0200
commit8ff85318835d3d6d7d13b4664464a376bf3ac40b (patch)
treefe0f4fa870ba56fc0fadb3b405026da8f2539497 /.vimrc
parent5459f660edfa4cd4d3c913f09357d2348a1fc933 (diff)
Add prettier configuration but commented out
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 2c449de..412aa8d 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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