diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/installer/lv-config.example-no-ts.lua | 4 | ||||
-rw-r--r-- | utils/installer/lv-config.example.lua | 4 |
2 files changed, 4 insertions, 4 deletions
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 |