diff options
Diffstat (limited to 'utils/installer/lv-config.example.lua')
-rw-r--r-- | utils/installer/lv-config.example.lua | 4 |
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 |