""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " Vim indent file " " Language: Vue (Wepy) " Maintainer: leafOfTree " " CREDITS: Inspired by mxw/vim-jsx. " """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" if exists("b:did_vue_indent") finish endif se sw=2 ts=2 let s:name = 'vim-vue-plugin' let s:debug = exists("g:vim_vue_plugin_debug") \ && g:vim_vue_plugin_debug == 1 let s:use_pug = exists("g:vim_vue_plugin_use_pug") \ && g:vim_vue_plugin_use_pug == 1 let s:use_sass = exists("g:vim_vue_plugin_use_sass") \ && g:vim_vue_plugin_use_sass == 1 let s:has_init_indent = exists("g:vim_vue_plugin_has_init_indent") \ && g:vim_vue_plugin_has_init_indent == 1 " Let