all repos

init.lua @ 2e48aa5b7d0f71981fe54d4fa3b79aeda9e20e57

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