/vuetify-vim

This is an unofficial vim plugin that defines [UltiSnips](https://github.com/SirVer/ultisnips) snippets for vuetify.

Primary LanguageGo

vuetify-vim

This is an unofficial vim plugin that defines UltiSnips snippets for vuetify.

The snippets are created from the official ones in vuetify-vscode so you can refer to the documentation here.

Install

Example with Vundle.

Plugin 'SirVer/ultisnips'
Plugin 'albanm/vuetify-vim'

Creating the snippets

The main.go program that performs the transformation is copied from this gist.

wget https://raw.githubusercontent.com/vuetifyjs/vuetify-vscode/master/snippets/vuetify.json
go get github.com/suyash/algo
go run main.go vuetify.json
mkdir UltiSnips
mv vuetify.snippets UltiSnips/vue.snippets