mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2026-08-24 08:32:56 +08:00
71980e9b57bf7483db9968cf5e8cc6f9362805d8
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
Screenshot
Languages
Vim Script
100%