conrman / vim-vue

Basic syntax highlight for Vue.js components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Basic syntax highlight for Vue.js components

License:MIT License


Languages

Language:Vim Script 100.0%