2015-02-21 17:10:36 -05:00
2015-02-21 16:57:56 -05:00
2015-02-21 16:57:56 -05:00
2015-02-21 16:54:42 -05:00

vim-vue

Vim syntax highlighting for Vue components.

Installation

Install with (Vundle)[]

Add this line to your vimrc:

Plugin 'darthmall/vim-vue'

Then reload your vim configuration and run PluginInstall:

:source ~/.vimrc
:PluginInstall

Manual Installation

$ git clone https://github.com/darthmall/vim-vue.git
$ cp vim-vue/ftdetect/vue.vim ~/.vim/ftdetect/
$ cp vim-vue/syntax/vue.vim ~/.vim/syntax
Description
Syntax Highlight for Vue.js components
Readme MIT 225 KiB
Languages
Vim Script 88.5%
Makefile 10.7%
Dockerfile 0.8%