---@type vim.lsp.Config return { settings = { python = { analysis = { autoSearchPaths = true, diagnosticMode = "openFilesOnly", useLibraryCodeForTypes = true, typeCheckingMode = "strict", stubPath = "stubs", }, }, pyright = { disableLanguageServices = false, }, }, }