summaryrefslogtreecommitdiff
path: root/doc/ale-go.txt
diff options
context:
space:
mode:
authorSean Enck <enckse@users.noreply.github.com>2023-01-28 02:20:29 -0500
committerGitHub <noreply@github.com>2023-01-28 00:20:29 -0700
commit0af4899605af26dd8ea7fe79acff6ab99f6532b2 (patch)
treed6710b9f126fc62307206645f12b988be8282319 /doc/ale-go.txt
parent65088b59b75ef6d6c1429ee5a5da2c6a15257fdf (diff)
downloadale-0af4899605af26dd8ea7fe79acff6ab99f6532b2.zip
Add `gopls format` as a Go fixer
Diffstat (limited to 'doc/ale-go.txt')
-rw-r--r--doc/ale-go.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/ale-go.txt b/doc/ale-go.txt
index 367618ea..133096d8 100644
--- a/doc/ale-go.txt
+++ b/doc/ale-go.txt
@@ -269,6 +269,21 @@ g:ale_go_gopls_options *g:ale_go_gopls_options*
Command-line options passed to the gopls executable. See `gopls -h`.
+g:ale_go_gopls_fix_executable *g:ale_go_gopls_fix_executable*
+ *b:ale_go_gopls_fix_executable*
+ Type: |String|
+ Default: `'gopls'`
+
+ Executable to run to use as the gopls fixer.
+
+g:ale_go_gopls_fix_options *g:ale_go_gopls_fix_options*
+ *b:ale_go_gopls_fix_options*
+ Type: |String|
+ Default: `''`
+
+ Options to pass to the gopls fixer.
+
+
g:ale_go_gopls_init_options *g:ale_go_gopls_init_options*
*b:ale_go_gopls_init_options*
Type: |Dictionary|