all repos

init.lua @ f0c5542f57ab87fe86d8a1379d6df6de004a5f2d

my nvim config

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

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