summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2021-07-12 11:06:39 +0430
committerGitHub <[email protected]>2021-07-12 11:06:39 +0430
commit1fbde6b563d40e353f9f9648b74c3b0408572fe3 (patch)
tree70623c16f8a7d308fda2f2f814490be4d3b0af75 /README.md
parentfc5412033d6416bb4d8df23572d5689184039040 (diff)
goimports instead of goimport (#889)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c3dbe9c0..1fa16e69 100644
--- a/README.md
+++ b/README.md
@@ -86,8 +86,8 @@ O.lang.python.analysis.use_library_code_types = true
-- O.lang.python.formatter.args = {"-"}
-- go
--- to change default formatter from gofmt to goimport
--- O.lang.formatter.go.exe = "goimport"
+-- to change default formatter from gofmt to goimports
+-- O.lang.formatter.go.exe = "goimports"
-- Additional Plugins
-- O.user_plugins = {