From bea51845924b743e2aa6e3a16e0729e67041fa9c Mon Sep 17 00:00:00 2001 From: mitermayer Date: Tue, 3 Oct 2017 22:49:04 -0700 Subject: bug: Fixing config overwrite value for non js by levaraging --stdin-filepath from prettier --- ftplugin/graphql.vim | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ftplugin/graphql.vim') diff --git a/ftplugin/graphql.vim b/ftplugin/graphql.vim index b1905e3..bc2aec7 100644 --- a/ftplugin/graphql.vim +++ b/ftplugin/graphql.vim @@ -1,8 +1,3 @@ -let b:prettier_ft_default_args = { - \ 'parser': 'graphql', - \ 'configPrecedence': 'cli-override', - \ } - augroup Prettier autocmd! if g:prettier#autoformat -- cgit v1.3