diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-10 12:18:29 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-10 12:18:29 +0200 |
commit | be092d6f430ca802d7200e68a5c987195bccd0e9 (patch) | |
tree | cb0c28919b29d1cc5bd8737da7cb402afe0392ab /packages.yaml | |
parent | fb7cf8a9ab782d67db5aa71bffac67e63fcc0c4c (diff) | |
download | vim-polyglot-4.9.8.tar.gz vim-polyglot-4.9.8.zip |
Fix jsx indentation, closes #543v4.9.8
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 |