mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-16 17:01:05 +00:00
rust
This commit is contained in:
parent
0a4a467aba
commit
41186b8c17
2 changed files with 6 additions and 2 deletions
|
|
@ -1,7 +1,8 @@
|
|||
return {
|
||||
settings = {
|
||||
['rust-analyzer'] = {
|
||||
checkOnSave = { command = 'clippy' },
|
||||
checkOnSave = true,
|
||||
check = { command = 'clippy' },
|
||||
cargo = { allFeatures = true },
|
||||
procMacro = { enable = true },
|
||||
diagnostics = { enable = true },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue