summaryrefslogtreecommitdiff
path: root/doc/ale-go.txt
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-07-08 14:17:26 +0100
committerw0rp <devw0rp@gmail.com>2017-07-08 14:17:26 +0100
commitfdc7166c3ce68babdf8afdb457e23700d4e8ab3a (patch)
tree16f5b15d5bc13c0a96d534c8c98c1db575b44eec /doc/ale-go.txt
parentf9aa7d3b9a030468e744ddc568a8d35492d04a99 (diff)
downloadale-fdc7166c3ce68babdf8afdb457e23700d4e8ab3a.zip
Use equal signs for language documentation sections
Diffstat (limited to 'doc/ale-go.txt')
-rw-r--r--doc/ale-go.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ale-go.txt b/doc/ale-go.txt
index fa743570..05baf7b3 100644
--- a/doc/ale-go.txt
+++ b/doc/ale-go.txt
@@ -2,7 +2,7 @@
ALE Go Integration *ale-go-options*
--------------------------------------------------------------------------------
+===============================================================================
Integration Information
The `gometalinter` linter is disabled by default. ALE enables `gofmt`,
@@ -20,7 +20,7 @@ the benefit of running a number of linters, more than ALE would by default,
while ensuring it doesn't run any linters known to be slow or resource
intensive.
--------------------------------------------------------------------------------
+===============================================================================
gometalinter *ale-go-gometalinter*
g:ale_go_gometalinter_executable *g:ale_go_gometalinter_executable*
@@ -45,5 +45,5 @@ g:ale_go_gometalinter_options *g:ale_go_gometalinter_options*
number of linters known to be slow or consume a lot of resources.
--------------------------------------------------------------------------------
+===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: