Set typeCheckingMode to standard for basedpyright

This commit is contained in:
Oliver Hartmann 2024-04-28 23:15:32 +02:00
parent b17849a136
commit 97eba08fc8

View File

@ -203,6 +203,11 @@ return {
lspconfig['basedpyright'].setup {
capabilities = capabilities,
on_attach = on_attach,
settings = {
basedpyright = {
typeCheckingMode = 'standard',
},
},
}
lspconfig['groovyls'].setup {