goimports instead of goimport (#889)

This commit is contained in:
Abouzar Parvan 2021-07-12 11:06:39 +04:30 committed by GitHub
parent fc5412033d
commit 1fbde6b563
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -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