From dbfdab8a3990386ec8d4c4a1ed8116e81e28b425 Mon Sep 17 00:00:00 2001 From: DisposaBoy Date: Sat, 1 Oct 2011 14:32:26 +0100 Subject: [PATCH] document gslint settings --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e6bc1d73..7c1d2548 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,10 @@ The available settings are: * gofmt_cmd - the command that shall be called for gofmt, this can be the command name e.g. `gofmt` or full path to a binary e.g. `/go/bin/gofmt` - default `gofmt` +* gslint_cmd - the command that will be used by gslint. Set it to an empty string to disable gslint. Any command can be used in place of `gotype` as long as the output is compatible(e.g `govet` provides compatible output) - default gotype + +* gslint_timeout - how long to wait after the last keystroke before the command is run (in milliseconds) - default `gotype` + Completion Markers ------------------