Enable clippy for rust_analyzer
parent
47a4b53be7
commit
8dbc3d67c3
|
@ -26,6 +26,15 @@ local configuration_overrides = {
|
|||
lemminx = {
|
||||
cmd = { "lemminx" },
|
||||
},
|
||||
rust_analyzer = {
|
||||
settings = {
|
||||
["rust-analyzer"] = {
|
||||
checkOnSave = {
|
||||
command = "clippy"
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
-- Lsp default language servers
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
[Unit]
|
||||
Description=Mailbox synchronization service
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
|
Loading…
Reference in New Issue