Remove graphql syntax as it causes issues, closes #236

This commit is contained in:
Adam Stankiewicz
2017-09-27 22:09:06 +02:00
parent 7673a61990
commit d5e38fa97b
7 changed files with 0 additions and 193 deletions

View File

@@ -356,11 +356,6 @@ au BufRead,BufNewFile *.tmpl set filetype=gohtmltmpl
" vim: sw=2 ts=2 et
augroup END
augroup filetypedetect
" graphql:jparise/vim-graphql
au BufRead,BufNewFile *.graphql,*.graphqls,*.gql setfiletype graphql
augroup END
augroup filetypedetect
" groovy:vim-scripts/groovy.vim
augroup END