diff options
Diffstat (limited to 'indent/vue.vim')
-rw-r--r-- | indent/vue.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indent/vue.vim b/indent/vue.vim index a07f28ab..2f601959 100644 --- a/indent/vue.vim +++ b/indent/vue.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vue') == -1 + " Vim indent file " Language: Vue.js " Maintainer: Eduardo San Martin Morote @@ -63,4 +64,5 @@ function! GetVueIndent() return indent endfunction + endif |