mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-03 17:45:52 +02:00
goimports instead of goimport (#889)
This commit is contained in:
parent
fc5412033d
commit
1fbde6b563
3 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue