mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2026-08-20 14:48:03 +08:00
ee424ff59ed3ffe344f2e1acc18707d05a3574a2
vim-vue-plugin
Vim plugin for .vue files syntax and indent. Mainly inspired by mxw/vim-jsx.
Install
-
Use VundleVim
Plugin 'leafOfTree/vim-vue-plugin' -
Or manual: download 'vim-vue-plugin' and drop it in
Vim/vimfiles.
Plugin works if filetype is set to javascript.vue.
How it works
Since .vue is a combination of CSS, HTML and JavaScript, so is vim-vue-plugin. (Like XML and JavaScript for .jsx).
Support .wpy files too.
Config
g:vim_vue_plugin_has_init_indent: indent one tab inside sytle/template/script tags (default: 0)
let g:vim_vue_plugin_has_init_indent = 1
Screenshot
Acknowledgments
Languages
Vim Script
100%
