From 42a1a9a67af9775104cd1b88efa6ea403fcc55c0 Mon Sep 17 00:00:00 2001 From: cappyzawa Date: Sun, 12 May 2019 01:56:34 +0900 Subject: [PATCH] add description --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d9fedc7..8ebcc81 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # starlark.vim -vim plugin for starlark +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) + +vim plugin for [starlark](https://github.com/bazelbuild/starlark)(syntax only) + +## Install +To install using [Vim-Plug](https://github.com/junegunn/vim-plug): +``` +" add this line to your .vimrc file +Plug 'cappyzawa/starlark.vim' +```