summaryrefslogtreecommitdiffstats
path: root/.config/nvim/rplugin/python3/pyrightconfig.json
blob: ed66f75a45466d93b1357c62e7fba323c1a21278 (plain)
1
2
3
4
5
6
7
8
9
{
  "include": [
    ".config/nvim/rplugin/python3"
  ],
  "exclude": [
    "**/__pycache__"
  ],
  "stubPath": "typings"
}