lsp: rust no longer uses clippy, remove solidity

This commit is contained in:
Matej Janezic 2023-02-24 11:29:26 +01:00
parent 08d8bf7209
commit 0a95bed483
Signed by: janezicmatej
GPG Key ID: 4298E230ED37B2C0
1 changed files with 3 additions and 13 deletions

View File

@ -70,17 +70,7 @@ return {
marksman = {},
pyright = {},
tsserver = {},
solc = {},
rust_analyzer = {
checkOnSave = {
allFeatures = true,
overrideCommand = {
'cargo', 'clippy', '--workspace', '--message-format=json',
'--all-targets', '--all-features'
}
}
},
rust_analyzer = {},
lua_ls = {
Lua = {
workspace = { checkThirdParty = false },