diff options
Diffstat (limited to 'ftplugin/services.vim')
-rw-r--r-- | ftplugin/services.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/services.vim b/ftplugin/services.vim index 84afa274..c23297cb 100644 --- a/ftplugin/services.vim +++ b/ftplugin/services.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('services', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'services') finish endif |