summaryrefslogtreecommitdiff
path: root/utils/installer/lv-config.example.lua
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 /utils/installer/lv-config.example.lua
parentfc5412033d6416bb4d8df23572d5689184039040 (diff)
goimports instead of goimport (#889)
Diffstat (limited to 'utils/installer/lv-config.example.lua')
-rw-r--r--utils/installer/lv-config.example.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/installer/lv-config.example.lua b/utils/installer/lv-config.example.lua
index f9758518..2f8d0856 100644
--- a/utils/installer/lv-config.example.lua
+++ b/utils/installer/lv-config.example.lua
@@ -41,8 +41,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"
-- javascript
O.lang.tsserver.linter = nil