Skip to content

Commit

Permalink
Merge pull request #114 from Kuniwak/link-todesking-syntastic
Browse files Browse the repository at this point in the history
Note todesking/vint-syntastic
  • Loading branch information
Kuniwak committed Jan 18, 2015
2 parents c0358e0 + 092d74f commit e23547e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Build Status](https://travis-ci.org/Kuniwak/vint.svg?branch=master)](https://travis-ci.org/Kuniwak/vint)

Vint is a Vim script Language Lint.
The goal to reach for vint is:
The goal to reach for Vint is:

- Highly extensible lint
- Highly customizable lint
Expand All @@ -23,11 +23,13 @@ You can install with [pip](https://pip.pypa.io/en/latest/).

$ pip install vim-vint

You can use Vint with [scrooloose/syntastic](https://github.com/scrooloose/syntastic) by [todesking/vint-syntastic](https://github.com/todesking/vint-syntastic).


Configure
---------

vint will read config files on the following priority order:
Vint will read config files on the following priority order:

- [User config](#user-config):
- e.g. `~/.vintrc.yaml`
Expand All @@ -44,7 +46,7 @@ vint will read config files on the following priority order:

### User config

You can configure global vint config by `~/.vintrc.yaml` as following:
You can configure global Vint config by `~/.vintrc.yaml` as following:

```yaml
cmdargs:
Expand All @@ -69,7 +71,7 @@ You can see all policy names on [Vint linting policy summary](https://github.com
### Project config
You can configure project local vint config by `.vintrc.yaml` as following:
You can configure project local Vint config by `.vintrc.yaml` as following:

```yaml
cmdargs:
Expand Down
4 changes: 4 additions & 0 deletions README_ja.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ pip でインストールします。
$ pip install vim-vint


Vint を [scrooloose/syntastic](https://github.com/scrooloose/syntastic) で使うことができます。
[todesking/vint-syntastic](https://github.com/todesking/vint-syntastic) を利用してください。


設定
----

Expand Down

0 comments on commit e23547e

Please sign in to comment.