diff options
Diffstat (limited to 'ftplugin')
-rw-r--r-- | ftplugin/pug.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/pug.vim b/ftplugin/pug.vim index c2b622f7..dea25f68 100644 --- a/ftplugin/pug.vim +++ b/ftplugin/pug.vim @@ -1,4 +1,4 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'jade') == -1 +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'pug') == -1 " Vim filetype plugin " Language: Pug |