diff options
| author | Mitermayer Reis <mitermayer.reis@gmail.com> | 2017-09-14 11:15:11 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-14 11:15:11 -0700 |
| commit | e5dd1fed0dc69f8fbc67e43268f07203ed321056 (patch) | |
| tree | 32962fcf039eb9ec73d7d5b07a69a53562de97c4 /autoload/prettier.vim | |
| parent | f0ce2b93bc9668be6c8cf863525100f07fcd8b52 (diff) | |
| parent | 64756f28d3e6eec71e8591d0ada68ea6a0daf61f (diff) | |
| download | vim-prettier-0.1.0.tar.xz | |
Merge pull request #52 from prettier/issue/51-adding-support-for-prettier-1.60.1.0
Issue/51 adding support for prettier 1.7
Diffstat (limited to 'autoload/prettier.vim')
| -rw-r--r-- | autoload/prettier.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/autoload/prettier.vim b/autoload/prettier.vim index 8982911..7d6eb08 100644 --- a/autoload/prettier.vim +++ b/autoload/prettier.vim @@ -190,6 +190,8 @@ function! s:Get_Prettier_Exec_Args(config) abort \ get(a:config, 'trailingComma', g:prettier#config#trailing_comma) . \ ' --parser ' . \ get(a:config, 'parser', g:prettier#config#parser) . + \ ' --config-precedence ' . + \ get(a:config, 'configPrecedence', g:prettier#config#config_precedence) . \ ' --stdin ' return cmd endfunction |
