aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/configs/settings/pyright.lua
blob: 9589fb6aadaee2ced9d797a5f7ad6657a99e1c34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
return {
  single_file_support = true,
	settings = {
		python = {
			analysis = {
				autoSearchPaths = true,
				diagnosticMode = "workspace",
				useLibraryCodeForTypes = true,
			},
		},
	},
}