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'] = {
|
||||
check = {
|
||||
command = 'clippy',
|
||||
allTargets = false
|
||||
},
|
||||
imports = {
|
||||
preferPrelude = true,
|
||||
|
@ -178,6 +179,7 @@ local servers = {
|
|||
buildScripts = {
|
||||
enable = true,
|
||||
},
|
||||
allTargets = false
|
||||
},
|
||||
procMacro = {
|
||||
enable = true,
|
||||
|
@ -231,3 +233,5 @@ for server_name, server in pairs(servers) do
|
|||
end
|
||||
|
||||
lspconfig.gdscript.setup {}
|
||||
|
||||
return servers
|
||||
|
|
Loading…
Add table
Reference in a new issue