helix: Configure gopls
This commit is contained in:
parent
6a6824e977
commit
52c2a7cfe4
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,9 @@ name = "go"
|
||||||
auto-format = true
|
auto-format = true
|
||||||
formatter = { command = "goimports" }
|
formatter = { command = "goimports" }
|
||||||
|
|
||||||
|
[language-server.gopls.config]
|
||||||
|
"ui.diagnostic.staticcheck" = true
|
||||||
|
|
||||||
[language-server.rust-analyzer.config.check]
|
[language-server.rust-analyzer.config.check]
|
||||||
command = "clippy"
|
command = "clippy"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue