Skip to content
/ vim-vue Public
forked from darthmall/vim-vue

Basic syntax highlight for Vue.js components

License

Notifications You must be signed in to change notification settings

wbeyda/vim-vue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

No longer maintained

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%