feat(helix): use clippy to check
This commit is contained in:
parent
b735276a1e
commit
0d7740d798
@ -33,4 +33,14 @@ command = [
|
|||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "markdown"
|
name = "markdown"
|
||||||
formatter = { command = "mdformat", args = ["-"]}
|
formatter = { command = "mdformat", args = ["-"]}
|
||||||
|
|
||||||
|
[[language]]
|
||||||
|
name = "rust"
|
||||||
|
language-servers = ["rust-analyzer"]
|
||||||
|
|
||||||
|
[language-server.rust-analyzer]
|
||||||
|
command = "rust-analyzer"
|
||||||
|
|
||||||
|
[language-server.rust-analyzer.config.check]
|
||||||
|
command = "clippy"
|
Loading…
x
Reference in New Issue
Block a user