mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 23:20:08 +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
|
@ -86,8 +86,8 @@ O.lang.python.analysis.use_library_code_types = true
|
||||||
-- O.lang.python.formatter.args = {"-"}
|
-- O.lang.python.formatter.args = {"-"}
|
||||||
|
|
||||||
-- go
|
-- go
|
||||||
-- to change default formatter from gofmt to goimport
|
-- to change default formatter from gofmt to goimports
|
||||||
-- O.lang.formatter.go.exe = "goimport"
|
-- O.lang.formatter.go.exe = "goimports"
|
||||||
|
|
||||||
-- Additional Plugins
|
-- Additional Plugins
|
||||||
-- O.user_plugins = {
|
-- O.user_plugins = {
|
||||||
|
|
|
@ -41,8 +41,8 @@ O.lang.python.analysis.use_library_code_types = true
|
||||||
-- O.lang.python.formatter.args = {"-"}
|
-- O.lang.python.formatter.args = {"-"}
|
||||||
|
|
||||||
-- go
|
-- go
|
||||||
-- to change default formatter from gofmt to goimport
|
-- to change default formatter from gofmt to goimports
|
||||||
-- O.lang.formatter.go.exe = "goimport"
|
-- O.lang.formatter.go.exe = "goimports"
|
||||||
|
|
||||||
-- javascript
|
-- javascript
|
||||||
O.lang.tsserver.linter = nil
|
O.lang.tsserver.linter = nil
|
||||||
|
|
|
@ -41,8 +41,8 @@ O.lang.python.analysis.use_library_code_types = true
|
||||||
-- O.lang.python.formatter.args = {"-"}
|
-- O.lang.python.formatter.args = {"-"}
|
||||||
|
|
||||||
-- go
|
-- go
|
||||||
-- to change default formatter from gofmt to goimport
|
-- to change default formatter from gofmt to goimports
|
||||||
-- O.lang.formatter.go.exe = "goimport"
|
-- O.lang.formatter.go.exe = "goimports"
|
||||||
|
|
||||||
-- javascript
|
-- javascript
|
||||||
O.lang.tsserver.linter = nil
|
O.lang.tsserver.linter = nil
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue