Update README with installation instructions

This commit is contained in:
W. Evan Sheehan
2015-02-21 17:10:36 -05:00
parent 33ca5940c5
commit 23c0eeb363

View File

@@ -1,2 +1,29 @@
# vim-vue
Vim syntax highlighting for [Vue
components](http://vuejs.org/guide/application.html#Single_File_Components).
## Installation
### Install with (Vundle)[]
Add this line to your vimrc:
`Plugin 'darthmall/vim-vue'`
Then reload your vim configuration and run `PluginInstall`:
```vim
:source ~/.vimrc
:PluginInstall
```
### Manual Installation
```bash
$ 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
```
[Vundle]: https://github.com/gmarik/Vundle.vim