diff options
Diffstat (limited to 'packages.yaml')
-rw-r--r-- | packages.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages.yaml b/packages.yaml index dfb17252..48367254 100644 --- a/packages.yaml +++ b/packages.yaml @@ -679,6 +679,11 @@ filetypes: --- name: graphql remote: jparise/vim-graphql +after: [javascript, jsx] +ignored_dirs: +# TODO: remove after bug is fixed: +# https://github.com/jparise/vim-graphql/issues/62 +- after/indent filetypes: - name: graphql linguist: GraphQL |