From 49038228524d14ed4bdc8ee44b9ce391a3399564 Mon Sep 17 00:00:00 2001 From: w0rp Date: Tue, 4 Oct 2016 23:08:08 +0100 Subject: [PATCH] Make the table actually work --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1d969ef..3a884a2 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ A full list of options supported for configuring this plugin in your vimrc file for all given linters is as follows: | Option | Description | Default | +| ------ | ----------- | ------- | | `g:ale_linters` | a dictionary of linters to whitelist | _not set_ | | `g:ale_lint_on_text_changed` | lint while typing | `1` | | `g:ale_lint_delay` | milliseconds to wait before linting | `100` |