master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 97eba08fc8 - Show all commits

View File

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