2018-09-28 17:46:07 +08:00
2018-09-28 17:46:07 +08:00
2018-09-28 15:23:54 +08:00

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

Description
Vim syntax and indent plugin for .vue files
Readme 688 KiB
Languages
Vim Script 100%