From 1fbde6b563d40e353f9f9648b74c3b0408572fe3 Mon Sep 17 00:00:00 2001 From: Abouzar Parvan Date: Mon, 12 Jul 2021 11:06:39 +0430 Subject: goimports instead of goimport (#889) --- utils/installer/lv-config.example-no-ts.lua | 4 ++-- utils/installer/lv-config.example.lua | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'utils') diff --git a/utils/installer/lv-config.example-no-ts.lua b/utils/installer/lv-config.example-no-ts.lua index 9e218672..82630130 100644 --- a/utils/installer/lv-config.example-no-ts.lua +++ b/utils/installer/lv-config.example-no-ts.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 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 -- cgit v1.2.3