aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/configs/settings/pyright.lua
blob: 01941eed7db946a10d478a6aa50d09e51b10e388 (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,
      },
    },
  },
}