all repos

init.lua @ b33636790dfc5b6fd4c5c8c2e6bfc9e8c20421ce

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,
    },
  },
}