all repos

init.lua @ 53bd9815918766175701e89686bbd0cec331036e

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