diff options
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | utils/installer/lv-config.example-no-ts.lua | 4 | ||||
| -rw-r--r-- | utils/installer/lv-config.example.lua | 4 | 
3 files changed, 6 insertions, 6 deletions
| @@ -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 = { 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 | 
