update clippy lsp command

writing
Nick Zana 3 years ago
parent 79ffb696f8
commit e0b077889f
No known key found for this signature in database
GPG Key ID: A6E59E60FE474883

@ -15,7 +15,7 @@ require'lspconfig'.rust_analyzer.setup{
}, },
checkOnSave = { checkOnSave = {
command = 'clippy', command = 'clippy',
extraArgs = "-W clippy::pedantic" extraArgs = { "--", "-W", "clippy::pedantic" }
}, },
} }
} }

Loading…
Cancel
Save