diff options
| author | Mitermayer Reis <mitermayer.reis@gmail.com> | 2017-10-03 22:55:56 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-03 22:55:56 -0700 |
| commit | f520800ddf0b092e8c34277c96d630bc3171fd8b (patch) | |
| tree | 786f8daee955db01b423b1ade55aeafb5d0373c1 /ftplugin/typescript.vim | |
| parent | 3cde181b6b5481496b21bd35b832bdee25df267d (diff) | |
| parent | bea51845924b743e2aa6e3a16e0729e67041fa9c (diff) | |
| download | vim-prettier-f520800ddf0b092e8c34277c96d630bc3171fd8b.tar.xz | |
Merge pull request #61 from prettier/issue/60-allow-overrides-using-stdin-filepath
bug: Fixing config overwrite value for non js by levaraging --stdin-f…
Diffstat (limited to 'ftplugin/typescript.vim')
| -rw-r--r-- | ftplugin/typescript.vim | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ftplugin/typescript.vim b/ftplugin/typescript.vim index a26be67..bc2aec7 100644 --- a/ftplugin/typescript.vim +++ b/ftplugin/typescript.vim @@ -1,8 +1,3 @@ -let b:prettier_ft_default_args = { - \ 'parser': 'typescript', - \ 'configPrecedence': 'cli-override', - \ } - augroup Prettier autocmd! if g:prettier#autoformat |
