-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
cappyzawa
committed
May 11, 2019
1 parent
803550f
commit 42a1a9a
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
``` |