all repos

dotfiles @ f4858d42a8c8c8a98f1ed22e22864b0b390e577a

my dotfiles

lua/lsp/providers/pyright.lua (view raw)

1
2
3
4
5
6
7
8
return {
  python = {
    analysis = {
      autoSearchPaths = true,
      useLibraryCodeForTypes = false,
    },
  },
}