fix: always load indent when enter buffer

This commit is contained in:
yemai
2018-09-30 14:20:54 +08:00
parent f4b3732cc7
commit 1ec91d4eeb

View File

@@ -5,11 +5,6 @@
" Maintainer: leafOfTree <leafvocation@gmail.com>
"
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
if exists("b:did_vue_indent")
finish
endif
se sw=2 ts=2
let s:name = 'vim-vue-plugin'