Skip to content

Commit

Permalink
add description
Browse files Browse the repository at this point in the history
  • Loading branch information
cappyzawa committed May 11, 2019
1 parent 803550f commit 42a1a9a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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'
```

0 comments on commit 42a1a9a

Please sign in to comment.