summaryrefslogtreecommitdiff
path: root/doc/ale-go.txt
diff options
context:
space:
mode:
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|