all targets false
This commit is contained in:
parent
b318785502
commit
dcbd3c478a
1 changed files with 4 additions and 0 deletions
|
@ -169,6 +169,7 @@ local servers = {
|
||||||
['rust-analyzer'] = {
|
['rust-analyzer'] = {
|
||||||
check = {
|
check = {
|
||||||
command = 'clippy',
|
command = 'clippy',
|
||||||
|
allTargets = false
|
||||||
},
|
},
|
||||||
imports = {
|
imports = {
|
||||||
preferPrelude = true,
|
preferPrelude = true,
|
||||||
|
@ -178,6 +179,7 @@ local servers = {
|
||||||
buildScripts = {
|
buildScripts = {
|
||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
|
allTargets = false
|
||||||
},
|
},
|
||||||
procMacro = {
|
procMacro = {
|
||||||
enable = true,
|
enable = true,
|
||||||
|
@ -231,3 +233,5 @@ for server_name, server in pairs(servers) do
|
||||||
end
|
end
|
||||||
|
|
||||||
lspconfig.gdscript.setup {}
|
lspconfig.gdscript.setup {}
|
||||||
|
|
||||||
|
return servers
|
||||||
|
|
Loading…
Add table
Reference in a new issue