all repos

dotfiles @ 0aafc4d

my dotfiles

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

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