diff options
Diffstat (limited to 'ftplugin/graphql.vim')
-rw-r--r-- | ftplugin/graphql.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftplugin/graphql.vim b/ftplugin/graphql.vim index 492fe107..e6c59d92 100644 --- a/ftplugin/graphql.vim +++ b/ftplugin/graphql.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'graphql') == -1 + " Vim filetype plugin " Language: GraphQL " Maintainer: Jon Parise <jon@indelible.org> @@ -17,4 +18,5 @@ setlocal shiftwidth=2 setlocal expandtab let b:undo_ftplugin = 'setlocal com< cms< fo< isk< sts< sw< et<' + endif |